Aditya02 commited on
Commit
605da82
·
verified ·
1 Parent(s): da0f8cb

Update README.md

Browse files

Corrected wrong notation

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ Each sample is stored as a JSON object with the following fields:
42
  |--------------------|-----------|-----------------------------------------------------------------------------|
43
  | `question` | `string` | Math problem text (can include LaTeX) |
44
  | `answer` | `string` | Final answer (NAT or symbolic form) |
45
- | `question_type` | `int` | `0 = Numerical Answer Type`, `1 = Multiple Choice Question` |
46
  | `options` | `list` | List of answer choices (present only for MCQ) |
47
  | `correct_options` | `list` | Indices of correct options in `options[]` (for MCQ only) |
48
  | `additional_data` | `dict` | Placeholder for extended fields used during model training or evaluation. |
 
42
  |--------------------|-----------|-----------------------------------------------------------------------------|
43
  | `question` | `string` | Math problem text (can include LaTeX) |
44
  | `answer` | `string` | Final answer (NAT or symbolic form) |
45
+ | `question_type` | `int` | `1 = Numerical Answer Type`, `0 = Multiple Choice Question` |
46
  | `options` | `list` | List of answer choices (present only for MCQ) |
47
  | `correct_options` | `list` | Indices of correct options in `options[]` (for MCQ only) |
48
  | `additional_data` | `dict` | Placeholder for extended fields used during model training or evaluation. |