add math tag
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ dataset_info:
|
|
| 13 |
num_bytes: 391509.95
|
| 14 |
num_examples: 12500
|
| 15 |
download_size: 12160789
|
| 16 |
-
dataset_size: 15660398
|
| 17 |
configs:
|
| 18 |
- config_name: default
|
| 19 |
data_files:
|
|
@@ -21,6 +21,8 @@ configs:
|
|
| 21 |
path: data/train-*
|
| 22 |
- split: test
|
| 23 |
path: data/test-*
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# Simple Math
|
|
@@ -139,4 +141,4 @@ with open(out_file, 'w') as f:
|
|
| 139 |
json.dump(data, f)
|
| 140 |
```
|
| 141 |
If you use Simple Math o train your model, please cite on the modelcard or the paper.
|
| 142 |
-
Thank you
|
|
|
|
| 13 |
num_bytes: 391509.95
|
| 14 |
num_examples: 12500
|
| 15 |
download_size: 12160789
|
| 16 |
+
dataset_size: 15660398
|
| 17 |
configs:
|
| 18 |
- config_name: default
|
| 19 |
data_files:
|
|
|
|
| 21 |
path: data/train-*
|
| 22 |
- split: test
|
| 23 |
path: data/test-*
|
| 24 |
+
tags:
|
| 25 |
+
- math
|
| 26 |
---
|
| 27 |
|
| 28 |
# Simple Math
|
|
|
|
| 141 |
json.dump(data, f)
|
| 142 |
```
|
| 143 |
If you use Simple Math o train your model, please cite on the modelcard or the paper.
|
| 144 |
+
Thank you
|