File size: 699 Bytes
e8dbd4a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44c674a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
license: mit
task_categories:
- question-answering
language:
- en
tags:
- math
pretty_name: Atlas Math Sets
size_categories:
- 10M<n<100M
---
# ATLAS MATH SETS

![ComfyUI_00008_.png](https://cdn-uploads.huggingface.co/production/uploads/63239d8b3259cbaadbcb7adc/_zFyLhOVwB9kbcjcsOFbE.png)

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.

Format of the JSONL is as follows:

{"answer": "[num]", "input": "[equation]", "output": "[num]", "instruction": "[pre-generated_instruction] [equation]"}