Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Languages:
English
Size:
10M - 100M
Tags:
math
License:
AtlasUnified
commited on
Commit
·
44c674a
1
Parent(s):
d06d4c6
Update README.md
Browse files
README.md
CHANGED
@@ -18,4 +18,4 @@ This set of data consists of mathematical computations. Simple in nature as it d
|
|
18 |
|
19 |
Format of the JSONL is as follows:
|
20 |
|
21 |
-
|
|
|
18 |
|
19 |
Format of the JSONL is as follows:
|
20 |
|
21 |
+
{"answer": "[num]", "input": "[equation]", "output": "[num]", "instruction": "[pre-generated_instruction] [equation]"}
|