Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what is the model input composition #122

Open
Atlamtiz opened this issue Mar 1, 2023 · 0 comments
Open

what is the model input composition #122

Atlamtiz opened this issue Mar 1, 2023 · 0 comments

Comments

@Atlamtiz
Copy link

Atlamtiz commented Mar 1, 2023

Thanks for sharing this model.

In https://huggingface.co/tscholak/1zha5ono,I see that the input of the model is in the following:
[question] | [db_id] | [table] : [column] ( [content] , [content] ) , [column] ( ... ) , [...] | [table] : ... | ...

But in the example :
How many singers do we have? | concert_singer | stadium : stadium_id, location, name, capacity, highest, lowest, average | singer : singer_id, name, country, song_name, song_release_year, age, is_male | concert : concert_id, concert_name, theme, stadium_id, year | singer_in_concert : concert_id, singer_id

I did't find the ( [content] , [content] ), In order to reproduce your results with PICARD, could you provide more model input examples。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant