okapi_arc_challenge / README.md
hynky's picture
hynky HF Staff
Upload dataset
5ee01b6 verified
|
raw
history blame
1.95 kB
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
  - config_name: bn
    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: 772963
        num_examples: 1107
      - name: validation
        num_bytes: 215842
        num_examples: 296
      - name: test
        num_bytes: 842775
        num_examples: 1169
    download_size: 688117
    dataset_size: 1831580
  - config_name: ca
    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: 405654
        num_examples: 1116
      - name: validation
        num_bytes: 113294
        num_examples: 297
      - name: test
        num_bytes: 433363
        num_examples: 1166
    download_size: 494683
    dataset_size: 952311
configs:
  - config_name: ar
    data_files:
      - split: train
        path: ar/train-*
      - split: validation
        path: ar/validation-*
      - split: test
        path: ar/test-*
  - config_name: bn
    data_files:
      - split: train
        path: bn/train-*
      - split: validation
        path: bn/validation-*
      - split: test
        path: bn/test-*
  - config_name: ca
    data_files:
      - split: train
        path: ca/train-*
      - split: validation
        path: ca/validation-*
      - split: test
        path: ca/test-*