Spaces:
Runtime error
Runtime error
Update src/display_models/read_results.py
Browse files
src/display_models/read_results.py
CHANGED
@@ -9,7 +9,8 @@ import numpy as np
|
|
9 |
|
10 |
from src.display_models.utils import AutoEvalColumn, make_clickable_model
|
11 |
|
12 |
-
|
|
|
13 |
BENCHMARKS = ["ko_arc_challenge", "ko_hellaswag", "ko_mmlu", "ko_truthfulqa_mc", "ko_commongen_v2"] #, "ethicalverification"]
|
14 |
BENCH_TO_NAME = {
|
15 |
"ko_arc_challenge": AutoEvalColumn.arc.name,
|
|
|
9 |
|
10 |
from src.display_models.utils import AutoEvalColumn, make_clickable_model
|
11 |
|
12 |
+
# 현우 - ko_commongen_v2 : acc_norm인지 체크 필요함
|
13 |
+
METRICS = ["acc_norm", "acc_norm", "acc", "mc2", "acc_norm"]
|
14 |
BENCHMARKS = ["ko_arc_challenge", "ko_hellaswag", "ko_mmlu", "ko_truthfulqa_mc", "ko_commongen_v2"] #, "ethicalverification"]
|
15 |
BENCH_TO_NAME = {
|
16 |
"ko_arc_challenge": AutoEvalColumn.arc.name,
|