Datasets:
Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
🧮 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
- Downloads last month
- 55