atlas-math-sets / README.md
AtlasUnified's picture
Update README.md
44c674a
---
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]"}