TrustSQL / README.md
glee4810's picture
Upload dataset
dc8f6a3 verified
|
raw
history blame
No virus
802 Bytes
---
license: cc-by-4.0
dataset_info:
features:
- name: question
dtype: string
- name: query
dtype: string
- name: template
dtype: string
- name: val_dict
dtype: string
- name: db_id
dtype: string
- name: type
dtype: string
- name: note
dtype: string
- name: id
dtype: string
splits:
- name: train
num_bytes: 1283757
num_examples: 1170
- name: validation
num_bytes: 580583
num_examples: 533
- name: test
num_bytes: 684272
num_examples: 1066
download_size: 326347
dataset_size: 2548612
configs:
- config_name: default
data_files:
- split: train
path: advising/train-*
- split: validation
path: advising/validation-*
- split: test
path: advising/test-*
---