File size: 507 Bytes
b750882
 
 
85c5d33
b750882
85c5d33
 
 
b750882
85c5d33
 
b750882
 
85c5d33
b750882
 
85c5d33
b750882
85c5d33
 
b750882
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: choices
    sequence: string
  - name: answer
    dtype: string
  - name: answer_index
    dtype: int64
  splits:
  - name: train
    num_bytes: 1314379
    num_examples: 9248
  - name: validation
    num_bytes: 179387
    num_examples: 1267
  download_size: 691292
  dataset_size: 1493766
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---