synth-more-examples / README.md
abertsch's picture
Upload dataset
cbede43 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: context_len
      dtype: int64
    - name: dataset
      dtype: string
    - name: context_window_id
      dtype: int64
    - name: num_labels
      dtype: int64
    - name: context_window_text
      dtype: string
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: task_group
      dtype: string
    - name: task
      dtype: string
    - name: answer_type
      dtype: string
    - name: input_subset
      dtype: string
    - name: __index_level_0__
      dtype: int64
  splits:
    - name: validation
      num_bytes: 754724059
      num_examples: 5000
    - name: test
      num_bytes: 3662172121
      num_examples: 20000
  download_size: 68187556
  dataset_size: 4416896180
configs:
  - config_name: default
    data_files:
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*