AtlasUnified commited on
Commit
44c674a
1 Parent(s): d06d4c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- `{"id": "[num]", "instruction": "[pre-generated_instruction] [equation]", "answer": "[answer_to_equation]"}`
 
18
 
19
  Format of the JSONL is as follows:
20
 
21
+ {"answer": "[num]", "input": "[equation]", "output": "[num]", "instruction": "[pre-generated_instruction] [equation]"}