File size: 428 Bytes
bb6d57e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: information
    dtype: string
  - name: options
    sequence: string
  - name: answer
    dtype: string
  - name: explanation
    dtype: string
  splits:
  - name: train
    num_bytes: 229467
    num_examples: 130
  download_size: 119414
  dataset_size: 229467
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---