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

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]"}