Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -19,7 +19,9 @@ This benchmark is designed to evaluate text-to-SQL models. For usage of this ben
|
|
| 19 |
- `tables.jsonl` — Database table metadata
|
| 20 |
- `questions.jsonl` — All available questions
|
| 21 |
- `train_questions.jsonl`, `val_questions.jsonl`, `test_questions.jsonl` — Data splits for finetuning, see `https://github.com/LLMSQL/llmsql-benchmark`
|
| 22 |
-
- `
|
|
|
|
|
|
|
| 23 |
|
| 24 |
`test_output.jsonl` is **not included** in the dataset.
|
| 25 |
|
|
|
|
| 19 |
- `tables.jsonl` — Database table metadata
|
| 20 |
- `questions.jsonl` — All available questions
|
| 21 |
- `train_questions.jsonl`, `val_questions.jsonl`, `test_questions.jsonl` — Data splits for finetuning, see `https://github.com/LLMSQL/llmsql-benchmark`
|
| 22 |
+
- `sqlite_tables.db` — sqlite db with tables from `tables.jsonl`, created with the help of `create_db_sql`.
|
| 23 |
+
- `create_db.sql` — SQL script that creates the database `sqlite_tables.db`.
|
| 24 |
+
|
| 25 |
|
| 26 |
`test_output.jsonl` is **not included** in the dataset.
|
| 27 |
|