Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Languages:
English
Size:
10M - 100M
Tags:
math
License:
Commit ·
807ed10
1
Parent(s): 424ce9c
Create README.md
Browse files# ATLAS MATH SETS

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:
`{"id": "[num]", "instruction": "[pre-generated_instruction] [equation]", "answer": "[answer_to_equation]"}`