File size: 474 Bytes
eb885e6
 
 
 
 
 
 
 
 
 
 
 
 
9989e40
 
8b3cb37
 
 
 
 
eb885e6
 
 
 
 
8b3cb37
 
eb885e6
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: id
    dtype: string
  - name: question
    dtype: string
  - name: choices
    sequence: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 89349
    num_examples: 298
  - name: test
    num_bytes: 89349
    num_examples: 298
  download_size: 108394
  dataset_size: 178698
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---