Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -6,21 +6,21 @@ configs:
|
|
6 |
path: data/train-*
|
7 |
dataset_info:
|
8 |
features:
|
9 |
-
- name:
|
10 |
-
dtype: int64
|
11 |
-
- name: n2
|
12 |
dtype: int64
|
13 |
- name: close_ans
|
14 |
dtype: int64
|
15 |
-
- name:
|
16 |
dtype: int64
|
17 |
- name: incorrect_ans
|
18 |
dtype: int64
|
|
|
|
|
19 |
splits:
|
20 |
- name: train
|
21 |
num_bytes: 4000
|
22 |
num_examples: 100
|
23 |
-
download_size:
|
24 |
dataset_size: 4000
|
25 |
---
|
26 |
# Dataset Card for "correct_addition"
|
|
|
6 |
path: data/train-*
|
7 |
dataset_info:
|
8 |
features:
|
9 |
+
- name: n1
|
|
|
|
|
10 |
dtype: int64
|
11 |
- name: close_ans
|
12 |
dtype: int64
|
13 |
+
- name: correct_ans
|
14 |
dtype: int64
|
15 |
- name: incorrect_ans
|
16 |
dtype: int64
|
17 |
+
- name: n2
|
18 |
+
dtype: int64
|
19 |
splits:
|
20 |
- name: train
|
21 |
num_bytes: 4000
|
22 |
num_examples: 100
|
23 |
+
download_size: 4984
|
24 |
dataset_size: 4000
|
25 |
---
|
26 |
# Dataset Card for "correct_addition"
|