File size: 710 Bytes
2765f1e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
dataset_info:
features:
- name: db_id
dtype: string
- name: question
dtype: string
- name: SQL
dtype: string
- name: db_schema_TC
dtype: string
- name: db_schema_T
dtype: string
- name: db_schema
dtype: string
splits:
- name: spider_test
num_bytes: 4338692
num_examples: 2147
- name: spider_syn
num_bytes: 2228467
num_examples: 1032
- name: spider_dk
num_bytes: 1071007
num_examples: 532
download_size: 352356
dataset_size: 7638166
configs:
- config_name: default
data_files:
- split: spider_test
path: data/spider_test-*
- split: spider_syn
path: data/spider_syn-*
- split: spider_dk
path: data/spider_dk-*
---
|