Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -8,7 +8,43 @@ task_categories:
|
|
8 |
- question-answering
|
9 |
pretty_name: AQUA-RAT with Calculator
|
10 |
dataset_info:
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
features:
|
13 |
- name: id
|
14 |
dtype: string
|
@@ -45,6 +81,14 @@ dataset_info:
|
|
45 |
download_size: 42873590
|
46 |
dataset_size: 74684845
|
47 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
- config_name: original-splits
|
49 |
data_files:
|
50 |
- split: train
|
|
|
8 |
- question-answering
|
9 |
pretty_name: AQUA-RAT with Calculator
|
10 |
dataset_info:
|
11 |
+
- config_name: default
|
12 |
+
features:
|
13 |
+
- name: id
|
14 |
+
dtype: string
|
15 |
+
- name: question
|
16 |
+
dtype: string
|
17 |
+
- name: chain
|
18 |
+
dtype: string
|
19 |
+
- name: result
|
20 |
+
dtype: string
|
21 |
+
- name: options
|
22 |
+
struct:
|
23 |
+
- name: A
|
24 |
+
dtype: string
|
25 |
+
- name: B
|
26 |
+
dtype: string
|
27 |
+
- name: C
|
28 |
+
dtype: string
|
29 |
+
- name: D
|
30 |
+
dtype: string
|
31 |
+
- name: E
|
32 |
+
dtype: string
|
33 |
+
- name: question_without_options
|
34 |
+
dtype: string
|
35 |
+
splits:
|
36 |
+
- name: train
|
37 |
+
num_bytes: 72917721
|
38 |
+
num_examples: 94760
|
39 |
+
- name: validation
|
40 |
+
num_bytes: 212928
|
41 |
+
num_examples: 254
|
42 |
+
- name: test
|
43 |
+
num_bytes: 206180
|
44 |
+
num_examples: 254
|
45 |
+
download_size: 42057527
|
46 |
+
dataset_size: 73336829
|
47 |
+
- config_name: original-splits
|
48 |
features:
|
49 |
- name: id
|
50 |
dtype: string
|
|
|
81 |
download_size: 42873590
|
82 |
dataset_size: 74684845
|
83 |
configs:
|
84 |
+
- config_name: default
|
85 |
+
data_files:
|
86 |
+
- split: train
|
87 |
+
path: data/train-*
|
88 |
+
- split: validation
|
89 |
+
path: data/validation-*
|
90 |
+
- split: test
|
91 |
+
path: data/test-*
|
92 |
- config_name: original-splits
|
93 |
data_files:
|
94 |
- split: train
|