evals / README.md
shchoi1019's picture
Upload dataset
23e370f verified
metadata
dataset_info:
  - config_name: boolq
    features:
      - name: paragraph
        dtype: string
      - name: question
        dtype: string
      - name: label
        dtype: int64
    splits:
      - name: train
        num_bytes: 1953124
        num_examples: 3665
      - name: test
        num_bytes: 739401
        num_examples: 1404
      - name: validation
        num_bytes: 365604
        num_examples: 700
    download_size: 1992354
    dataset_size: 3058129
  - config_name: copa
    features:
      - name: premise
        dtype: string
      - name: question
        dtype: string
      - name: alternative_1
        dtype: string
      - name: alternative_2
        dtype: string
      - name: label
        dtype: int64
    splits:
      - name: train
        num_bytes: 402489
        num_examples: 3076
      - name: test
        num_bytes: 136447
        num_examples: 1000
      - name: validation
        num_bytes: 65542
        num_examples: 500
    download_size: 336720
    dataset_size: 604478
  - config_name: hellaswag
    features:
      - name: context
        dtype: string
      - name: ending_1
        dtype: string
      - name: ending_2
        dtype: string
      - name: ending_3
        dtype: string
      - name: ending_4
        dtype: string
      - name: label
        dtype: int64
    splits:
      - name: train
        num_bytes: 1176571
        num_examples: 2029
      - name: test
        num_bytes: 298141
        num_examples: 500
      - name: validation
        num_bytes: 294527
        num_examples: 500
    download_size: 1073205
    dataset_size: 1769239
  - config_name: sentineg
    features:
      - name: sentence
        dtype: string
      - name: label
        dtype: int64
    splits:
      - name: train
        num_bytes: 217350
        num_examples: 3649
      - name: test
        num_bytes: 20651
        num_examples: 397
      - name: test_originated
        num_bytes: 20425
        num_examples: 397
      - name: validation
        num_bytes: 23699
        num_examples: 400
    download_size: 156983
    dataset_size: 282125
  - config_name: wic
    features:
      - name: word
        dtype: string
      - name: context_1
        dtype: string
      - name: context_2
        dtype: string
      - name: label
        dtype: int64
    splits:
      - name: train
        num_bytes: 543416
        num_examples: 3318
      - name: test
        num_bytes: 6715626
        num_examples: 40379
      - name: validation
        num_bytes: 98931
        num_examples: 610
    download_size: 4748866
    dataset_size: 7357973
configs:
  - config_name: boolq
    data_files:
      - split: train
        path: boolq/train-*
      - split: test
        path: boolq/test-*
      - split: validation
        path: boolq/validation-*
  - config_name: copa
    data_files:
      - split: train
        path: copa/train-*
      - split: test
        path: copa/test-*
      - split: validation
        path: copa/validation-*
  - config_name: hellaswag
    data_files:
      - split: train
        path: hellaswag/train-*
      - split: test
        path: hellaswag/test-*
      - split: validation
        path: hellaswag/validation-*
  - config_name: sentineg
    data_files:
      - split: train
        path: sentineg/train-*
      - split: test
        path: sentineg/test-*
      - split: test_originated
        path: sentineg/test_originated-*
      - split: validation
        path: sentineg/validation-*
  - config_name: wic
    data_files:
      - split: train
        path: wic/train-*
      - split: test
        path: wic/test-*
      - split: validation
        path: wic/validation-*