assin2-rte-lm-eval / README.md
Fazzioni's picture
Upload dataset
a51112e verified
metadata
dataset_info:
  features:
    - name: idx
      dtype: int32
    - name: sentence1
      dtype: string
    - name: sentence2
      dtype: string
    - name: label
      dtype: int64
    - name: question
      dtype: string
    - name: answerKey
      dtype: string
    - name: choices
      struct:
        - name: label
          sequence: string
        - name: text
          sequence: string
    - name: question_number
      dtype: int64
    - name: id
      dtype: int64
  splits:
    - name: test
      num_bytes: 1173028
      num_examples: 2448
    - name: dev
      num_bytes: 24820
      num_examples: 50
    - name: val
      num_bytes: 234648
      num_examples: 500
    - name: train
      num_bytes: 3016170
      num_examples: 6450
  download_size: 1255350
  dataset_size: 4448666
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
      - split: dev
        path: data/dev-*
      - split: val
        path: data/val-*
      - split: train
        path: data/train-*