notV3NOM commited on
Commit
40e2643
1 Parent(s): 39cd47c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -12,4 +12,15 @@ size_categories:
12
  - 1M<n<10M
13
  ---
14
 
15
- Simple math expression solving with 3-6 operands and +-*/%^ operators, small powers and numbers between 1,1000 as operands
 
 
 
 
 
 
 
 
 
 
 
 
12
  - 1M<n<10M
13
  ---
14
 
15
+ Simple math expression solving with 3-6 operands and +-*/%^ operators, small powers and numbers between 1,1000 as operands
16
+
17
+ Please cite my dataset using the provided BibTeX if you find it useful.
18
+ ```
19
+ @misc {notV3NOMsimplemathsteps7m,
20
+ author = {notV3NOM},
21
+ title = {simple-math-steps-7M},
22
+ url = {https://huggingface.co/datasets/notV3NOM/simple-math-steps-7M},
23
+ type = {dataset},
24
+ year = {2024}
25
+ }
26
+ ```