File size: 1,011 Bytes
9a597ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
configs:
- config_name: default
  data_files:
  - split: full
    path: data/full-*
  - split: train
    path: data/train-*
  - split: eval_only
    path: data/eval_only-*
  - split: eval_subset
    path: data/eval_subset-*
  - split: cheat_proof
    path: data/cheat_proof-*
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answer_letter
    dtype: string
  - name: dataset
    dtype: string
  - name: choices
    sequence: string
  splits:
  - name: full
    num_bytes: 16696558
    num_examples: 81884
  - name: train
    num_bytes: 12224
    num_examples: 60
  - name: eval_only
    num_bytes: 1634360
    num_examples: 7611
  - name: eval_subset
    num_bytes: 132241
    num_examples: 820
  - name: cheat_proof
    num_bytes: 93406
    num_examples: 820
  download_size: 9297393
  dataset_size: 18568789
---
# Dataset Card for "UnifiedQA_MCQA2"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)