File size: 507 Bytes
905c46b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: mc1_targets
    struct:
    - name: choices
      dtype: string
    - name: labels
      dtype: string
  - name: mc2_targets
    struct:
    - name: choices
      dtype: string
    - name: labels
      dtype: string
  splits:
  - name: validation
    num_bytes: 2788
    num_examples: 3
  download_size: 9265
  dataset_size: 2788
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
---