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
0likes68downloads
Dataset Card

🧮 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 (Addition, Subtraction, Multiplication, Division, Exponentiation, Modulus)
  • ~16,000,000 lines per file

🧾 Format Example

12 + 7 = 19 -5 * 3 = -15 4 / 0 = undefined


💡 Ideal Use Cases

  • Simple math reasoning model pretraining
  • Testing arithmetic ability in LLMs
  • Baseline datasets for numeric regressors

#description made by ChatGPT, since i dont know MarkDown