Update files from the datasets library (from 1.7.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.7.0
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
---
|
3 |
|
4 |
# Dataset Card for "math_dataset"
|
@@ -6,12 +7,12 @@
|
|
6 |
## Table of Contents
|
7 |
- [Dataset Description](#dataset-description)
|
8 |
- [Dataset Summary](#dataset-summary)
|
9 |
-
- [Supported Tasks](#supported-tasks)
|
10 |
- [Languages](#languages)
|
11 |
- [Dataset Structure](#dataset-structure)
|
12 |
- [Data Instances](#data-instances)
|
13 |
- [Data Fields](#data-fields)
|
14 |
-
- [Data Splits
|
15 |
- [Dataset Creation](#dataset-creation)
|
16 |
- [Curation Rationale](#curation-rationale)
|
17 |
- [Source Data](#source-data)
|
@@ -55,7 +56,7 @@ train_examples, val_examples = datasets.load_dataset(
|
|
55 |
split=['train', 'test'],
|
56 |
as_supervised=True)
|
57 |
|
58 |
-
### Supported Tasks
|
59 |
|
60 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
61 |
|
@@ -148,7 +149,7 @@ The data fields are the same among all splits.
|
|
148 |
- `question`: a `string` feature.
|
149 |
- `answer`: a `string` feature.
|
150 |
|
151 |
-
### Data Splits
|
152 |
|
153 |
| name | train |test |
|
154 |
|---------------------------|------:|----:|
|
@@ -166,10 +167,22 @@ The data fields are the same among all splits.
|
|
166 |
|
167 |
### Source Data
|
168 |
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
170 |
|
171 |
### Annotations
|
172 |
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
174 |
|
175 |
### Personal and Sensitive Information
|
|
|
1 |
---
|
2 |
+
paperswithcode_id: mathematics
|
3 |
---
|
4 |
|
5 |
# Dataset Card for "math_dataset"
|
|
|
7 |
## Table of Contents
|
8 |
- [Dataset Description](#dataset-description)
|
9 |
- [Dataset Summary](#dataset-summary)
|
10 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
11 |
- [Languages](#languages)
|
12 |
- [Dataset Structure](#dataset-structure)
|
13 |
- [Data Instances](#data-instances)
|
14 |
- [Data Fields](#data-fields)
|
15 |
+
- [Data Splits](#data-splits)
|
16 |
- [Dataset Creation](#dataset-creation)
|
17 |
- [Curation Rationale](#curation-rationale)
|
18 |
- [Source Data](#source-data)
|
|
|
56 |
split=['train', 'test'],
|
57 |
as_supervised=True)
|
58 |
|
59 |
+
### Supported Tasks and Leaderboards
|
60 |
|
61 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
62 |
|
|
|
149 |
- `question`: a `string` feature.
|
150 |
- `answer`: a `string` feature.
|
151 |
|
152 |
+
### Data Splits
|
153 |
|
154 |
| name | train |test |
|
155 |
|---------------------------|------:|----:|
|
|
|
167 |
|
168 |
### Source Data
|
169 |
|
170 |
+
#### Initial Data Collection and Normalization
|
171 |
+
|
172 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
173 |
+
|
174 |
+
#### Who are the source language producers?
|
175 |
+
|
176 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
177 |
|
178 |
### Annotations
|
179 |
|
180 |
+
#### Annotation process
|
181 |
+
|
182 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
183 |
+
|
184 |
+
#### Who are the annotators?
|
185 |
+
|
186 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
187 |
|
188 |
### Personal and Sensitive Information
|