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