Commit ·
1d7954d
0
Parent(s):
Duplicate from Gugu8/Math-Mini
Browse files- .gitattributes +61 -0
- LICENSE +134 -0
- README.md +81 -0
- clean_math_dataset_50MB.csv +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
# Video files - compressed
|
| 59 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
clean_math_dataset_50MB.csv filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Open Data Attribution Training Disclosure License (ODATL‑1.0)
|
| 2 |
+
Version 1.0 — July 2026
|
| 3 |
+
|
| 4 |
+
A permissive open‑data license requiring attribution and mandatory disclosure of AI training use.
|
| 5 |
+
|
| 6 |
+
--------------------------------------------------------------------
|
| 7 |
+
SECTION 1 — DEFINITIONS
|
| 8 |
+
--------------------------------------------------------------------
|
| 9 |
+
1.1 “Dataset” refers to the collection of data, files, metadata, annotations, structures, or any other materials distributed under this License, including any updates, subsets, or modified versions.
|
| 10 |
+
|
| 11 |
+
1.2 “Licensor” refers to the entity or individual who releases the Dataset under this License.
|
| 12 |
+
|
| 13 |
+
1.3 “Licensee” refers to any person, organization, or system that accesses, uses, modifies, redistributes, or incorporates the Dataset.
|
| 14 |
+
|
| 15 |
+
1.4 “Model” refers to any machine learning system, artificial intelligence system, algorithm, statistical model, or computational process trained, fine‑tuned, evaluated, or otherwise developed using the Dataset.
|
| 16 |
+
|
| 17 |
+
1.5 “Public Notice” refers to a clear, visible, and publicly accessible statement acknowledging use of the Dataset.
|
| 18 |
+
|
| 19 |
+
1.6 “Derivative Dataset” refers to any dataset created by modifying, transforming, filtering, augmenting, or otherwise altering the original Dataset.
|
| 20 |
+
|
| 21 |
+
1.7 “Derivative Model” refers to any Model whose training data includes the Dataset or any Derivative Dataset.
|
| 22 |
+
|
| 23 |
+
--------------------------------------------------------------------
|
| 24 |
+
SECTION 2 — GRANT OF RIGHTS
|
| 25 |
+
--------------------------------------------------------------------
|
| 26 |
+
2.1 The Licensor grants the Licensee a worldwide, royalty‑free, non‑exclusive, irrevocable permission to:
|
| 27 |
+
- Use, copy, and redistribute the Dataset for any purpose.
|
| 28 |
+
- Modify, transform, or build upon the Dataset.
|
| 29 |
+
- Create Derivative Datasets.
|
| 30 |
+
- Train, fine‑tune, evaluate, or otherwise use the Dataset for machine learning or AI development.
|
| 31 |
+
- Create Derivative Models based on the Dataset.
|
| 32 |
+
|
| 33 |
+
2.2 These rights are intended to be compatible with open‑source and open‑data principles, including but not limited to CC‑BY, ODC‑BY, and other permissive data licenses.
|
| 34 |
+
|
| 35 |
+
2.3 No patent rights are granted or implied by this License.
|
| 36 |
+
|
| 37 |
+
--------------------------------------------------------------------
|
| 38 |
+
SECTION 3 — MANDATORY ATTRIBUTION
|
| 39 |
+
--------------------------------------------------------------------
|
| 40 |
+
3.1 Any public use, redistribution, publication, or derivative work involving the Dataset must include the following attribution:
|
| 41 |
+
|
| 42 |
+
“This work uses data provided under the Open Data Attribution Training Disclosure License (ODATL‑1.0).”
|
| 43 |
+
|
| 44 |
+
3.2 Attribution must appear in:
|
| 45 |
+
- Documentation
|
| 46 |
+
- Research papers
|
| 47 |
+
- Model cards
|
| 48 |
+
- Public datasets
|
| 49 |
+
- Product descriptions
|
| 50 |
+
- Any public‑facing material referencing the Dataset
|
| 51 |
+
|
| 52 |
+
3.3 Attribution must remain intact and may not be removed, obscured, or altered.
|
| 53 |
+
|
| 54 |
+
--------------------------------------------------------------------
|
| 55 |
+
SECTION 4 — MANDATORY TRAINING DISCLOSURE
|
| 56 |
+
--------------------------------------------------------------------
|
| 57 |
+
4.1 If the Dataset is used to train, fine‑tune, evaluate, or otherwise develop any Model, the Licensee must provide a Public Notice stating:
|
| 58 |
+
|
| 59 |
+
“This model was trained using data provided under the Open Data Attribution Training Disclosure License (ODATL‑1.0).”
|
| 60 |
+
|
| 61 |
+
4.2 This disclosure must appear in:
|
| 62 |
+
- Model cards
|
| 63 |
+
- Public releases of the Model
|
| 64 |
+
- Research publications
|
| 65 |
+
- Technical documentation
|
| 66 |
+
- Product descriptions
|
| 67 |
+
- Any public announcement or description of the Model
|
| 68 |
+
|
| 69 |
+
4.3 Disclosure must be truthful, visible, and accessible to the general public.
|
| 70 |
+
|
| 71 |
+
4.4 Failure to provide this disclosure immediately terminates all rights granted under this License.
|
| 72 |
+
|
| 73 |
+
--------------------------------------------------------------------
|
| 74 |
+
SECTION 5 — REDISTRIBUTION REQUIREMENTS
|
| 75 |
+
--------------------------------------------------------------------
|
| 76 |
+
5.1 If the Licensee redistributes the Dataset or any Derivative Dataset, the Licensee must:
|
| 77 |
+
- Include this License in full.
|
| 78 |
+
- Clearly indicate any modifications made.
|
| 79 |
+
- Preserve all attribution and disclosure requirements.
|
| 80 |
+
|
| 81 |
+
5.2 Derivative Datasets may be dual‑licensed under other open‑data licenses, provided this License remains included and enforceable.
|
| 82 |
+
|
| 83 |
+
--------------------------------------------------------------------
|
| 84 |
+
SECTION 6 — OPEN‑SOURCE COMPATIBILITY
|
| 85 |
+
--------------------------------------------------------------------
|
| 86 |
+
6.1 This License is designed to be compatible with:
|
| 87 |
+
- Open Data Commons Attribution (ODC‑BY)
|
| 88 |
+
- Creative Commons Attribution (CC‑BY)
|
| 89 |
+
- Open‑source AI research workflows
|
| 90 |
+
- Open‑data distribution platforms
|
| 91 |
+
|
| 92 |
+
6.2 Redistribution through open‑source repositories (e.g., GitHub, HuggingFace, Kaggle) is permitted and encouraged.
|
| 93 |
+
|
| 94 |
+
6.3 Licensees may combine the Dataset with other open datasets, provided attribution and training disclosure obligations remain intact.
|
| 95 |
+
|
| 96 |
+
--------------------------------------------------------------------
|
| 97 |
+
SECTION 7 — PROHIBITED USES
|
| 98 |
+
--------------------------------------------------------------------
|
| 99 |
+
7.1 The Licensee may not:
|
| 100 |
+
- Claim exclusive ownership of the Dataset.
|
| 101 |
+
- Remove or alter attribution or disclosure requirements.
|
| 102 |
+
- Use the Dataset in violation of applicable laws or regulations.
|
| 103 |
+
- Misrepresent the origin, nature, or licensing of the Dataset.
|
| 104 |
+
|
| 105 |
+
7.2 The Licensee may not apply technical or legal measures that restrict others from exercising rights granted under this License.
|
| 106 |
+
|
| 107 |
+
--------------------------------------------------------------------
|
| 108 |
+
SECTION 8 — NO WARRANTY
|
| 109 |
+
--------------------------------------------------------------------
|
| 110 |
+
8.1 The Dataset is provided “as‑is,” without warranty of any kind, express or implied.
|
| 111 |
+
|
| 112 |
+
8.2 The Licensor is not liable for any damages, losses, or claims arising from use of the Dataset or any Derivative Model.
|
| 113 |
+
|
| 114 |
+
--------------------------------------------------------------------
|
| 115 |
+
SECTION 9 — TERMINATION
|
| 116 |
+
--------------------------------------------------------------------
|
| 117 |
+
9.1 Rights under this License automatically terminate if the Licensee:
|
| 118 |
+
- Fails to provide required attribution.
|
| 119 |
+
- Fails to provide required training disclosure.
|
| 120 |
+
- Violates any other term of this License.
|
| 121 |
+
|
| 122 |
+
9.2 Rights may be reinstated upon correction of the violation, unless the Licensor explicitly revokes permission.
|
| 123 |
+
|
| 124 |
+
--------------------------------------------------------------------
|
| 125 |
+
SECTION 10 — ACCEPTANCE
|
| 126 |
+
--------------------------------------------------------------------
|
| 127 |
+
10.1 By accessing or using the Dataset, the Licensee agrees to be bound by the terms of this License.
|
| 128 |
+
|
| 129 |
+
10.2 Continued use of the Dataset constitutes ongoing acceptance of all terms.
|
| 130 |
+
|
| 131 |
+
--------------------------------------------------------------------
|
| 132 |
+
SECTION 11 — CONTACT
|
| 133 |
+
--------------------------------------------------------------------
|
| 134 |
+
11.1 For permissions beyond this License, contact the Licensor.
|
README.md
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- synthetic
|
| 7 |
+
- maths
|
| 8 |
+
---
|
| 9 |
+
# Clean Math Reasoning Dataset
|
| 10 |
+
|
| 11 |
+
A clean dataset for training and evaluating language models on mathematical problem solving.
|
| 12 |
+
|
| 13 |
+
The dataset contains concise mathematical question-and-answer pairs designed to improve model performance on structured numerical reasoning tasks.
|
| 14 |
+
|
| 15 |
+
## Dataset Structure
|
| 16 |
+
|
| 17 |
+
The dataset contains two fields:
|
| 18 |
+
|
| 19 |
+
| Column | Description |
|
| 20 |
+
| ---------- | ---------------------------------- |
|
| 21 |
+
| `prompt` | A mathematical problem or question |
|
| 22 |
+
| `response` | The corresponding solution |
|
| 23 |
+
|
| 24 |
+
Example:
|
| 25 |
+
|
| 26 |
+
```text
|
| 27 |
+
prompt:
|
| 28 |
+
48392+92831=?
|
| 29 |
+
|
| 30 |
+
response:
|
| 31 |
+
48392+92831=141223
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
+
## Tasks Covered
|
| 35 |
+
|
| 36 |
+
The dataset includes examples across several mathematical areas:
|
| 37 |
+
|
| 38 |
+
* Arithmetic operations
|
| 39 |
+
* Algebra
|
| 40 |
+
* Fractions
|
| 41 |
+
* Percentages
|
| 42 |
+
* Powers and exponents
|
| 43 |
+
* Equations
|
| 44 |
+
* Geometry calculations
|
| 45 |
+
|
| 46 |
+
## Features
|
| 47 |
+
|
| 48 |
+
* Clean CSV format
|
| 49 |
+
* Consistent input-output structure
|
| 50 |
+
* No missing values
|
| 51 |
+
* Compact and efficient formatting
|
| 52 |
+
* Suitable for language model training and evaluation
|
| 53 |
+
|
| 54 |
+
## Intended Uses
|
| 55 |
+
|
| 56 |
+
This dataset can be used for:
|
| 57 |
+
|
| 58 |
+
* Supervised fine-tuning
|
| 59 |
+
* Mathematical reasoning experiments
|
| 60 |
+
* Model evaluation
|
| 61 |
+
* Educational AI systems
|
| 62 |
+
* Benchmarking arithmetic capabilities
|
| 63 |
+
|
| 64 |
+
## Data Format
|
| 65 |
+
|
| 66 |
+
CSV format:
|
| 67 |
+
|
| 68 |
+
```csv
|
| 69 |
+
prompt,response
|
| 70 |
+
"12^5=?","12^5=248832"
|
| 71 |
+
"25% of 8400=?","8400*25/100=2100"
|
| 72 |
+
"Solve 7x+9=72","7x=63, x=9"
|
| 73 |
+
```
|
| 74 |
+
|
| 75 |
+
## Limitations
|
| 76 |
+
|
| 77 |
+
This dataset focuses on structured mathematical tasks. It is intended to improve performance on numerical reasoning patterns and does not cover advanced mathematical topics such as formal proofs, abstract mathematics, or complex real-world modeling.
|
| 78 |
+
|
| 79 |
+
## License
|
| 80 |
+
|
| 81 |
+
Open Data Attribution Training Disclosure License (ODATL‑1.0)
|
clean_math_dataset_50MB.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:215650b15d2d9e8bd2d197a92a6ac9915614888c829b2b4f100ddf0d6475bd95
|
| 3 |
+
size 52434345
|