You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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。
The text was updated successfully, but these errors were encountered:
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。
The text was updated successfully, but these errors were encountered: