Bagratuni commited on
Commit
ba8086a
·
verified ·
1 Parent(s): a4d362f
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -97,12 +97,12 @@ def main():
97
  }
98
  ```
99
  3. **Important Notes**:
100
- - For **`mmlu_results`**:
101
- - The following categories must be included in the `mmlu_results` for the model to be considered valid:
102
  - "Biology", "Business", "Chemistry", "Computer Science", "Economics", "Engineering", "Health", "History", "Law", "Math", "Other", "Philosophy", "Physics", "Psychology", "Average"
103
  - If any of these categories are missing, the model will not be added to the evaluation.
104
- - For **`unified_exam_results`**:
105
- - The following categories must be included in the `unified_exam_results` for the model to be considered valid:
106
  - "Average", "Armenian language and literature", "Armenian history", "Mathematics"
107
  - If any of these categories are missing, the model will not be added to the evaluation.
108
  4. **Submit your model**:
 
97
  }
98
  ```
99
  3. **Important Notes**:
100
+ - For **mmlu_results**:
101
+ - The following categories must be included in the mmlu_results for the model to be considered valid:
102
  - "Biology", "Business", "Chemistry", "Computer Science", "Economics", "Engineering", "Health", "History", "Law", "Math", "Other", "Philosophy", "Physics", "Psychology", "Average"
103
  - If any of these categories are missing, the model will not be added to the evaluation.
104
+ - For **unified_exam_results**:
105
+ - The following categories must be included in the unified_exam_results for the model to be considered valid:
106
  - "Average", "Armenian language and literature", "Armenian history", "Mathematics"
107
  - If any of these categories are missing, the model will not be added to the evaluation.
108
  4. **Submit your model**: