| configs: | |
| - config_name: default | |
| data_files: | |
| - split: train | |
| path: data/train-* | |
| - split: test | |
| path: data/test-* | |
| dataset_info: | |
| features: | |
| - name: instruction | |
| dtype: string | |
| - name: response | |
| dtype: string | |
| - name: input_ids | |
| sequence: int32 | |
| - name: attention_mask | |
| sequence: int8 | |
| - name: labels | |
| sequence: int64 | |
| splits: | |
| - name: train | |
| num_bytes: 215198580.9182748 | |
| num_examples: 235987 | |
| - name: test | |
| num_bytes: 23911156.081725195 | |
| num_examples: 26221 | |
| download_size: 85588612 | |
| dataset_size: 239109737.0 | |
| # Dataset Card for "Finetuned-text-to-sql" | |
| [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |