Spaces:
Running
Running
commit
Browse files
app.py
CHANGED
@@ -97,12 +97,12 @@ def main():
|
|
97 |
}
|
98 |
```
|
99 |
3. **Important Notes**:
|
100 |
-
- For
|
101 |
-
- The following categories must be included in the
|
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
|
105 |
-
- The following categories must be included in the
|
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**:
|