mcqa_text_only / README.md
theblackcat102's picture
Upload dataset
e3fef08 verified
|
raw
history blame
945 Bytes
metadata
dataset_info:
  config_name: arts
  features:
    - name: qid
      dtype: string
    - name: source
      dtype: string
    - name: question
      dtype: string
    - name: A
      dtype: string
    - name: B
      dtype: string
    - name: C
      dtype: string
    - name: D
      dtype: string
    - name: answer
      dtype: string
    - name: stats
      struct:
        - name: hardness
          dtype: string
        - name: stats
          struct:
            - name: A
              dtype: int64
            - name: B
              dtype: int64
            - name: C
              dtype: int64
            - name: D
              dtype: int64
  splits:
    - name: test
      num_bytes: 169677
      num_examples: 385
    - name: dev
      num_bytes: 50493
      num_examples: 100
    - name: val
      num_bytes: 46044
      num_examples: 100
  download_size: 171432
  dataset_size: 266214
configs:
  - config_name: arts
    data_files:
      - split: test
        path: arts/test-*
      - split: dev
        path: arts/dev-*
      - split: val
        path: arts/val-*