Roman190928 commited on
Commit
1945c52
·
verified ·
1 Parent(s): 9f7720e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -10,20 +10,20 @@ license: mit
10
  size_categories:
11
  - 10M<n<100M
12
  ---
13
- This is a simple math db, it will contain a db full of simple math
14
- Note that this is a data base where id recommend train test splitting
15
- This is because models might over fit since its x (operator) y = (answer)
16
- ie the model might remeber/memorize 1+1 and not be very helpful
17
- Data set contains a total of ~96,000,000 lines
18
- 16,000,000 per file
19
- 6 files
20
- format
21
 
22
  12 + 7 = 19
23
  -5 * 3 = -15
24
  4 / 0 = undefined
25
 
26
- Ideal Use Cases
27
- -Simple math reasoning model pretraining
28
- -Testing arithmetic performance in LLMs
29
- -Baseline numeric datasets for toy regressors
 
10
  size_categories:
11
  - 10M<n<100M
12
  ---
13
+ #This is a simple math db, it will contain a db full of simple math
14
+ #Note that this is a data base where id recommend train test splitting
15
+ #This is because models might over fit since its x (operator) y = (answer)
16
+ #ie the model might remeber/memorize 1+1 and not be very helpful
17
+ #Data set contains a total of ~96,000,000 lines
18
+ #16,000,000 per file
19
+ #6 files
20
+ #format
21
 
22
  12 + 7 = 19
23
  -5 * 3 = -15
24
  4 / 0 = undefined
25
 
26
+ #Ideal Use Cases
27
+ #-Simple math reasoning model pretraining
28
+ #-Testing arithmetic performance in LLMs
29
+ #-Baseline numeric datasets for toy regressors