mrfakename commited on
Commit
37cf32b
1 Parent(s): 7747af9

add dataset card

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - 10M<n<100M
12
+ license:
13
+ - cc-by-sa-4.0
14
+ - gpl
15
+ ---
16
+
17
+ # Basic Math 10M
18
+
19
+ A dataset of 10 million basic arithmetic problems with potential user prompts. It is an extended version of [Basic Math 1M](https://huggingface.co/datasets/lmlab/basic-math-1m).
20
+
21
+ ## License
22
+
23
+ Basic Math 10M is dual-licensed under the GNU GPL license and the CC-BY-SA 4.0 license, you may choose either at your choice. If you are interested in including this dataset in another differently-licensed dataset, please contact me.
24
+
25
+ ## Credit
26
+
27
+ Basic Math 10M was inspired by [Simple Math](https://huggingface.co/datasets/fblgit/simple-math) but was created independently.