File size: 691 Bytes
53bdc24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6eb7370
 
 
 
 
53bdc24
 
 
 
 
6eb7370
 
53bdc24
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
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: options
    sequence: string
  - name: rationale
    dtype: string
  - name: label
    dtype: string
  - name: label_idx
    dtype: int64
  - name: dataset
    dtype: string
  - name: chunk1
    dtype: string
  - name: chunk2
    dtype: string
  - name: chunk3
    dtype: string
  splits:
  - name: train
    num_bytes: 940629722
    num_examples: 200000
  - name: validation
    num_bytes: 2238017
    num_examples: 519
  download_size: 254742809
  dataset_size: 942867739
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---