Roman190928 commited on
Commit
240d363
·
verified ·
1 Parent(s): 3b3b7ea

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +54 -21
README.md CHANGED
@@ -1,23 +1,56 @@
 
1
  ---
2
- dataset_info:
3
- features:
4
- - name: question
5
- dtype: string
6
- - name: problem
7
- dtype: string
8
- - name: how_to_solve
9
- dtype: string
10
- - name: answer
11
- dtype: string
12
- splits:
13
- - name: train
14
- num_bytes: 659419669
15
- num_examples: 5000000
16
- download_size: 64900046
17
- dataset_size: 659419669
18
- configs:
19
- - config_name: default
20
- data_files:
21
- - split: train
22
- path: data/train-*
 
 
 
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
  ---
3
+ language:
4
+ - en
5
+ tags:
6
+ - math
7
+ - algebra
8
+ - reasoning
9
+ - equations
10
+ - fractions
11
+ - word-problems
12
+ - logic
13
+ - llm-training
14
+ - finetuning
15
+ - Math
16
+ - Algebra
17
+ - Reasoning
18
+ - Equations
19
+ - Fractions
20
+ - Equations
21
+ - Logic
22
+ - Finetuning
23
+ pretty_name: Simple Algebra Reasoning-5000000
24
+ size_categories:
25
+ - 1M<n<10M
26
+ license: mit
27
  ---
28
+
29
+ # Simple Algebra Reasoning-5000000
30
+ # Built via a python script
31
+ ## Contents
32
+ - Linear equation
33
+ - Two step equation
34
+ - Inequality
35
+ - Algebra word problems
36
+ - Absolute equality
37
+ - Percent
38
+ - Simplify expressions
39
+ - Linear fraction equations
40
+ - Absolute inequalities
41
+ Synthetic algebra-heavy math reasoning dataset.
42
+
43
+ Each row:
44
+ - question
45
+ - problem
46
+ - how_to_solve
47
+ - answer
48
+ ## Useage
49
+ Licensed under MIT
50
+ Free to use for everyone
51
+ ##Notes
52
+ It is
53
+ - Better to use smaller variants of this dataset for finetuning
54
+ - Better to use very small variants of this dataset for evaluation
55
+ - Better to use large variants of this dataset for pre-training
56
+