jeggers's picture
Upload README.md with huggingface_hub
2a72cc4 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: question
      dtype: string
    - name: choices
      sequence:
        - name: text
          dtype: string
        - name: label
          dtype: string
    - name: answerKey
      dtype: string
    - name: choices_sequence
      sequence: string
  splits:
    - name: train
      num_bytes: 895837
      num_examples: 2251
    - name: test
      num_bytes: 948111
      num_examples: 2376
    - name: validation
      num_bytes: 226600
      num_examples: 570
  download_size: 1147519
  dataset_size: 2070548

Dataset Card for "ai2_arc_easy_formatted"

More Information needed