TrustSQL / README.md
glee4810's picture
Upload dataset
816bc6d verified
|
raw
history blame
No virus
799 Bytes
metadata
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: 5738886
      num_examples: 4674
    - name: validation
      num_bytes: 1162291
      num_examples: 931
    - name: test
      num_bytes: 1343490
      num_examples: 1868
  download_size: 1296001
  dataset_size: 8244667
configs:
  - config_name: default
    data_files:
      - split: train
        path: ehrsql/train-*
      - split: validation
        path: ehrsql/validation-*
      - split: test
        path: ehrsql/test-*