The dataset viewer is not available for this dataset.
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.
YAML Metadata Warning:The task_categories "text2text-generation" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other
🧮 SimpleMath 100K
SimpleMath 100K is a high-quality synthetic dataset of 100,000 basic arithmetic problems — no noise, no tricks, just clean and accurate math.
✅ Purpose
This was made for small AI models — not to struggle with complex math, but to get simple math right every time.
📦 Contents
- 75,000 numeric problems, evenly split:
- 18,750 addition (
456 + 789 =) - 18,750 subtraction (
900 - 345 =) - 18,750 multiplication (
12 x 15 =) - 18,750 division (
144 / 12 =)
- 18,750 addition (
- 25,000 word problems (6,250 per operation)
- Example:
Liam bought 3 packs of cards with 12 cards each. How many cards did he buy in total?
- Example:
All answers are integers and verified to be correct.
🧾 Format
CSV file with two columns:
| problem | answer |
|---|---|
345 + 120 = |
465 |
Mia had 60 candies and gave 20 away. How many are left? |
40 |
🧠Ideal For
- Training lightweight or tiny models
- Math skill warm-ups before moving to complex reasoning
- Keeping things simple, accurate, and fast
🪪 License
MIT License — free to use, share, and modify. Credit not required, but always appreciated.
Made to keep your models confident with core arithmetic. No nonsense. Just numbers.
- Downloads last month
- 54