Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -934,7 +934,7 @@ def snippet_print_benchmark_and_config_info(model_info):
|
|
934 |
print(f"Models average score on MATH benchmarks in %: {model_info['scores']['MATH']}")
|
935 |
print(f"Models average score in GPQA benchmarks in %: {model_info['scores']['GPQA']}")
|
936 |
print(f"Models average score in MUSR benchmarks in %: {model_info['scores']['MUSR']}")
|
937 |
-
print(f"Models average score in
|
938 |
|
939 |
# If there's a known_config, print it in YAML form and stop.
|
940 |
if model_info["known_config"] is not None:
|
|
|
934 |
print(f"Models average score on MATH benchmarks in %: {model_info['scores']['MATH']}")
|
935 |
print(f"Models average score in GPQA benchmarks in %: {model_info['scores']['GPQA']}")
|
936 |
print(f"Models average score in MUSR benchmarks in %: {model_info['scores']['MUSR']}")
|
937 |
+
print(f"Models average score in MMLU_PRO benchmarks in %: {model_info['scores']['MMLU_PRO']}")
|
938 |
|
939 |
# If there's a known_config, print it in YAML form and stop.
|
940 |
if model_info["known_config"] is not None:
|