CoolFace
Datasetpublic

Roman190928/math-simple

🧮 Simple Math DB This is a simple math dataset containing millions of basic arithmetic expressions.Each file represents a different operation — great for pretraining or arithmetic reasoning tasks. ⚠️ Training Notes Models may overfit easily, since the pattern is always x (operator) y = (answer).It’s strongly recommended to train/test split the data rather than train on the whole thing. 📊 Dataset Info Total lines: ~96,000,000 6 files… See the full description on the dataset page: https://huggingface.co/datasets/Roman190928/math-simple.

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes70downloads
README.md48 linesDownload Raw Back to root
1---2tags:3- tabular-regression4- math5- arithmetic6- simple-math7- Math8- Arithmatic9pretty_name: SimpleMath10license: mit11size_categories:12- 10M<n<100M13---14 15# 🧮 Simple Math DB16 17This is a simple math dataset containing millions of basic arithmetic expressions.  18Each file represents a different operation — great for pretraining or arithmetic reasoning tasks.19 20---21 22## ⚠️ Training Notes23Models may **overfit easily**, since the pattern is always `x (operator) y = (answer)`.  24It’s strongly recommended to **train/test split** the data rather than train on the whole thing.  25 26---27 28## 📊 Dataset Info29- Total lines: ~96,000,000  30- 6 files (`Addition`, `Subtraction`, `Multiplication`, `Division`, `Exponentiation`, `Modulus`)  31- ~16,000,000 lines per file  32 33---34 35## 🧾 Format Example36 3712 + 7 = 1938-5 * 3 = -15394 / 0 = undefined40 41---42 43## 💡 Ideal Use Cases44- Simple math reasoning model pretraining  45- Testing arithmetic ability in LLMs  46- Baseline datasets for numeric regressors47 48#description made by ChatGPT, since i dont know MarkDown