Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
configs:
|
4 |
-
- config_name: default
|
5 |
-
data_files:
|
6 |
-
- split: train
|
7 |
-
path: data/train-*
|
8 |
-
- split: validation
|
9 |
-
path: data/validation-*
|
10 |
-
- split: test
|
11 |
-
path: data/test-*
|
12 |
- config_name: original-splits
|
13 |
data_files:
|
14 |
- split: train
|
@@ -18,48 +10,6 @@ configs:
|
|
18 |
- split: test
|
19 |
path: original-splits/test-*
|
20 |
dataset_info:
|
21 |
-
- config_name: default
|
22 |
-
features:
|
23 |
-
- name: question
|
24 |
-
dtype: string
|
25 |
-
- name: options
|
26 |
-
struct:
|
27 |
-
- name: A
|
28 |
-
dtype: string
|
29 |
-
- name: B
|
30 |
-
dtype: string
|
31 |
-
- name: C
|
32 |
-
dtype: string
|
33 |
-
- name: D
|
34 |
-
dtype: string
|
35 |
-
- name: E
|
36 |
-
dtype: string
|
37 |
-
- name: chain
|
38 |
-
dtype: string
|
39 |
-
- name: result
|
40 |
-
dtype: string
|
41 |
-
- name: result_float
|
42 |
-
dtype: float64
|
43 |
-
- name: annotated_formula
|
44 |
-
dtype: string
|
45 |
-
- name: linear_formula
|
46 |
-
dtype: string
|
47 |
-
- name: rationale
|
48 |
-
dtype: string
|
49 |
-
- name: index
|
50 |
-
dtype: int64
|
51 |
-
splits:
|
52 |
-
- name: train
|
53 |
-
num_bytes: 19483816
|
54 |
-
num_examples: 20868
|
55 |
-
- name: validation
|
56 |
-
num_bytes: 2894695
|
57 |
-
num_examples: 3102
|
58 |
-
- name: test
|
59 |
-
num_bytes: 1879346
|
60 |
-
num_examples: 2029
|
61 |
-
download_size: 10008725
|
62 |
-
dataset_size: 24257857
|
63 |
- config_name: original-splits
|
64 |
features:
|
65 |
- name: id
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- config_name: original-splits
|
5 |
data_files:
|
6 |
- split: train
|
|
|
10 |
- split: test
|
11 |
path: original-splits/test-*
|
12 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- config_name: original-splits
|
14 |
features:
|
15 |
- name: id
|