Gresham commited on
Commit
5d83608
·
1 Parent(s): c3d57a0

docs(readme): refactor

Browse files
Files changed (1) hide show
  1. README.md +1 -9
README.md CHANGED
@@ -82,15 +82,7 @@ Due to the excessive length of the content, "..." is used to indicate omission.
82
  "struct_data": "{'A': 6.755, 'B': -1.225}",
83
  "answer": 5.53,
84
  "ability": "1-digit integer with 3 decimal places"
85
- },
86
- {
87
- "idx": 1,
88
- "question_index": 1,
89
- "question": "What is the result of A - B? Please round the answer to two decimal places. ",
90
- "struct_data": "{'A': 6.755, 'B': -1.225}",
91
- "answer": 7.98,
92
- "ability": "1-digit integer with 3 decimal places"
93
- }
94
  ]
95
  }
96
  ```
 
82
  "struct_data": "{'A': 6.755, 'B': -1.225}",
83
  "answer": 5.53,
84
  "ability": "1-digit integer with 3 decimal places"
85
+ }, ...
 
 
 
 
 
 
 
 
86
  ]
87
  }
88
  ```