1sf/bird-sql-train-with-schema
Bird SQL https://bird-bench.github.io/ train dataset with schema Preview [ { "db_id": "movie_platform", "question": "Name movie titles released in year 1945. Sort the listing by the descending order of movie popularity.", "evidence": "released in the year 1945 refers to movie_release_year = 1945;", "SQL": "SELECT movie_title FROM movies WHERE movie_release_year = 1945 ORDER BY movie_popularity DESC LIMIT 1", "schema": { "table_names_original": [ "lists"… See the full description on the dataset page: https://huggingface.co/datasets/1sf/bird-sql-train-with-schema.
0152
Update README.md
Upload train_with_schema.json
Delete train_with_schema.json
Upload train_with_schema.json
initial commit
