We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf02be9 commit 860cd6cCopy full SHA for 860cd6c
1 file changed
src/instructlab/eval/mmlu.py
@@ -1,5 +1,11 @@
1
# SPDX-License-Identifier: Apache-2.0
2
3
+"""
4
+MMLU - Massive Multitask Language Understanding
5
+https://en.wikipedia.org/wiki/MMLU
6
+https://arxiv.org/abs/2009.03300
7
8
+
9
# Standard
10
from typing import Optional, Union
11
import os
0 commit comments