We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf02be9 + 06e205e commit 6914d27Copy full SHA for 6914d27
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
src/instructlab/eval/mt_bench.py
+Multi-Turn Benchmark
+https://klu.ai/glossary/mt-bench-eval
+https://arxiv.org/html/2306.05685
# First Party
from instructlab.eval import (
mt_bench_answers,
0 commit comments