Model input prompt
Dear Torsten,
Thanks for sharing this model.
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。
Thanks,
Tan
How to feed natural language query to the pipeline object? Can you provide with an example.