Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -6,22 +6,20 @@ configs:
|
|
6 |
path: data/train-*
|
7 |
dataset_info:
|
8 |
features:
|
9 |
-
- name:
|
10 |
dtype: string
|
11 |
-
- name:
|
12 |
dtype: string
|
13 |
- name: id
|
14 |
dtype: string
|
15 |
-
- name:
|
16 |
dtype: string
|
17 |
-
- name: choices
|
18 |
-
sequence: string
|
19 |
splits:
|
20 |
- name: train
|
21 |
-
num_bytes:
|
22 |
num_examples: 28386
|
23 |
-
download_size:
|
24 |
-
dataset_size:
|
25 |
---
|
26 |
# Dataset Card for "augmath"
|
27 |
|
|
|
6 |
path: data/train-*
|
7 |
dataset_info:
|
8 |
features:
|
9 |
+
- name: answer
|
10 |
dtype: string
|
11 |
+
- name: question
|
12 |
dtype: string
|
13 |
- name: id
|
14 |
dtype: string
|
15 |
+
- name: context
|
16 |
dtype: string
|
|
|
|
|
17 |
splits:
|
18 |
- name: train
|
19 |
+
num_bytes: 8673014
|
20 |
num_examples: 28386
|
21 |
+
download_size: 833425
|
22 |
+
dataset_size: 8673014
|
23 |
---
|
24 |
# Dataset Card for "augmath"
|
25 |
|