okapi_arc_challenge / README.md
hynky's picture
hynky HF Staff
Upload dataset
ce493e3 verified
|
raw
history blame
672 Bytes
metadata
dataset_info:
  config_name: ar
  features:
    - name: id
      dtype: string
    - name: question
      dtype: string
    - name: choices
      sequence:
        - name: text
          dtype: string
        - name: label
          dtype: string
    - name: answerKey
      dtype: string
  splits:
    - name: train
      num_bytes: 515979
      num_examples: 1117
    - name: validation
      num_bytes: 146393
      num_examples: 298
    - name: test
      num_bytes: 555344
      num_examples: 1169
  download_size: 554290
  dataset_size: 1217716
configs:
  - config_name: ar
    data_files:
      - split: train
        path: ar/train-*
      - split: validation
        path: ar/validation-*
      - split: test
        path: ar/test-*