CoolFace
Datasetpublic

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.

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes152downloads
5 commits on main
3c3953f1y ago

Update README.md

1sf
588a1b71y ago

Upload train_with_schema.json

1sf
30fc6e51y ago

Delete train_with_schema.json

1sf
03f1af61y ago

Upload train_with_schema.json

1sf
399eeb61y ago

initial commit

1sf