ProCreations commited on
Commit
49bdf0e
·
verified ·
1 Parent(s): c305752

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -3
README.md CHANGED
@@ -1,3 +1,71 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ - text2text-generation
6
+ - question-answering
7
+ tags:
8
+ - simplemath
9
+ - arithmetic
10
+ - basic-math
11
+ - dataset
12
+ - math
13
+ - education
14
+ pretty_name: SimpleMath 100K
15
+ size_categories:
16
+ - 100K<n<1M
17
+ language:
18
+ - en
19
+ ---
20
+ # 🧮 SimpleMath 100K
21
+
22
+ **SimpleMath 100K** is a high-quality synthetic dataset of 100,000 basic arithmetic problems — no noise, no tricks, just clean and accurate math.
23
+
24
+ ---
25
+
26
+ ## ✅ Purpose
27
+
28
+ This was made for **small AI models** — not to struggle with complex math, but to get **simple math right** every time.
29
+
30
+ ---
31
+
32
+ ## 📦 Contents
33
+
34
+ - **75,000 numeric problems**, evenly split:
35
+ - 18,750 addition (`456 + 789 =`)
36
+ - 18,750 subtraction (`900 - 345 =`)
37
+ - 18,750 multiplication (`12 x 15 =`)
38
+ - 18,750 division (`144 / 12 =`)
39
+ - **25,000 word problems** (6,250 per operation)
40
+ - Example: `Liam bought 3 packs of cards with 12 cards each. How many cards did he buy in total?`
41
+
42
+ All answers are integers and verified to be correct.
43
+
44
+ ---
45
+
46
+ ## 🧾 Format
47
+
48
+ CSV file with two columns:
49
+
50
+ | problem | answer |
51
+ |---------|--------|
52
+ | `345 + 120 =` | `465` |
53
+ | `Mia had 60 candies and gave 20 away. How many are left?` | `40` |
54
+
55
+ ---
56
+
57
+ ## 🧠 Ideal For
58
+
59
+ - Training lightweight or tiny models
60
+ - Math skill warm-ups before moving to complex reasoning
61
+ - Keeping things simple, accurate, and fast
62
+
63
+ ---
64
+
65
+ ## 🪪 License
66
+
67
+ MIT License — free to use, share, and modify. Credit not required, but always appreciated.
68
+
69
+ ---
70
+
71
+ Made to keep your models confident with core arithmetic. No nonsense. Just numbers.