datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
simple-math
Simple Math: 2+2=4 -1=3 (LoLo: Learning Only Logical Operations)
Just like my teacher gave me homework, i thought maybe we can also add some of these basics on the trainings of our models.
It was created with very simple code that is in the repo, if you add more complex operations and so.. please share the code :D thank you
Current Code Version: 20240127.fblgit (A modification over @win10 for progressive and DPO operation)
Does it Works?
34BEAGLES… See the full description on the dataset page: https://huggingface.co/datasets/fblgit/simple-math.SimpleMath
🧮 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 =)… See the full description on the dataset page: https://huggingface.co/datasets/ProCreations/SimpleMath.simplemath-cot
🧮 SimpleMath-100k CoT
A chain-of-thought (CoT) extension of the
ProCreations/SimpleMath
dataset. Every one of the 100 000 algebra / arithmetic problems is paired with a
short, numbered reasoning trace (Step 1: … Step 2: …) that walks a language
model from the problem statement to the known-correct answer.
The traces in the Jupyter notebook are generated by
Qwen3.8-27B and then post-processed to strip formatting noise,
enforce sequential step numbering, and cap output at 1 000… See the full description on the dataset page: https://huggingface.co/datasets/alexfromapex/simplemath-cot.simple-math-steps-7MSimple math expression solving with 3-6 operands and +-*/%^ operators, small powers and numbers between 1,1000 as operands.
A lot of the entries are incorrect, as it doesnt follow the BODMAS rule. I discovered the 10GB GLM dataset after this so this is abandoned.
The initial idea was to do a GLM type experiment.
Evaluate a model on word math problems
Train on equations
Check word math problem performance
The idea is to check if training on numbers only improves number understanding /… See the full description on the dataset page: https://huggingface.co/datasets/shb777/simple-math-steps-7M.simple-math-1k
