AtlasUnified commited on
Commit
e8dbd4a
·
1 Parent(s): 807ed10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - en
7
+ tags:
8
+ - math
9
+ pretty_name: Atlas Math Sets
10
+ size_categories:
11
+ - 10M<n<100M
12
+ ---
13
+ # ATLAS MATH SETS
14
+
15
+ ![ComfyUI_00008_.png](https://cdn-uploads.huggingface.co/production/uploads/63239d8b3259cbaadbcb7adc/_zFyLhOVwB9kbcjcsOFbE.png)
16
+
17
+ This set of data consists of mathematical computations. Simple in nature as it derived from python scripts, this dataset contains addition, subtraction, multiplication, division, fractions, decimals, square roots, cube roots, exponents, and factors.
18
+
19
+ Format of the JSONL is as follows:
20
+
21
+ `{"id": "[num]", "instruction": "[pre-generated_instruction] [equation]", "answer": "[answer_to_equation]"}`