Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
StreamBench / README.md
brainckwu's picture
Upload dataset
7c5026e verified
|
raw
history blame
699 Bytes
metadata
dataset_info:
  config_name: spider
  features:
    - name: question
      dtype: string
    - name: SQL
      dtype: string
    - name: db_id
      dtype: string
    - name: question_id
      dtype: int64
    - name: evidence
      dtype: string
    - name: difficulty
      dtype: string
  splits:
    - name: validation
      num_bytes: 344953
      num_examples: 1034
    - name: test
      num_bytes: 757143
      num_examples: 2147
    - name: train
      num_bytes: 1438451
      num_examples: 4001
  download_size: 763618
  dataset_size: 2540547
configs:
  - config_name: spider
    data_files:
      - split: validation
        path: spider/validation-*
      - split: test
        path: spider/test-*
      - split: train
        path: spider/train-*