mrfakename commited on
Commit
3f8067d
1 Parent(s): 80d2421

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,3 +1,25 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
2
  license: cc-by-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ task_categories:
3
+ - text-generation
4
+ - text2text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - math
9
+ pretty_name: Basic Math 1M
10
+ size_categories:
11
+ - 1M<n<10M
12
  license: cc-by-sa-4.0
13
  ---
14
+
15
+ # Basic Math 1M Numerical
16
+
17
+ A dataset of 1 million basic arithmetic problems with only numbers. See [the original version](https://huggingface.co/datasets/lmlab/basic-math-1m) for a version with potential prompts as well.
18
+
19
+ ## License
20
+
21
+ The license for Basic Math 1M Numerical is CC-BY-SA 4.0.
22
+
23
+ ## Credit
24
+
25
+ Basic Math 1M was inspired by [Simple Math](https://huggingface.co/datasets/fblgit/simple-math) but was created independently.