Update README.md
Browse files
README.md
CHANGED
|
@@ -5,12 +5,36 @@ task_categories:
|
|
| 5 |
- text-generation
|
| 6 |
language:
|
| 7 |
- zh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
tags:
|
| 9 |
- LLM
|
| 10 |
- reasoning
|
| 11 |
- math
|
| 12 |
- finetuning
|
| 13 |
- posttraining
|
|
|
|
| 14 |
size_categories:
|
| 15 |
- 1K<n<10K
|
| 16 |
---
|
|
|
|
| 5 |
- text-generation
|
| 6 |
language:
|
| 7 |
- zh
|
| 8 |
+
configs:
|
| 9 |
+
- config_name: default
|
| 10 |
+
data_files:
|
| 11 |
+
- split: train
|
| 12 |
+
path:
|
| 13 |
+
- processed_dataset/proof/*.json
|
| 14 |
+
- processed_dataset/calculation/*.json
|
| 15 |
+
default: true
|
| 16 |
+
- config_name: proof
|
| 17 |
+
data_files:
|
| 18 |
+
- split: train
|
| 19 |
+
path:
|
| 20 |
+
- processed_dataset/proof/*.json
|
| 21 |
+
- config_name: calculation
|
| 22 |
+
data_files:
|
| 23 |
+
- split: train
|
| 24 |
+
path:
|
| 25 |
+
- processed_dataset/calculation/*.json
|
| 26 |
+
- config_name: mathtext
|
| 27 |
+
data_files:
|
| 28 |
+
- split: train
|
| 29 |
+
path:
|
| 30 |
+
- processed_dataset/text/*.json
|
| 31 |
tags:
|
| 32 |
- LLM
|
| 33 |
- reasoning
|
| 34 |
- math
|
| 35 |
- finetuning
|
| 36 |
- posttraining
|
| 37 |
+
- mathematical-reasoning
|
| 38 |
size_categories:
|
| 39 |
- 1K<n<10K
|
| 40 |
---
|