Update app.py
Browse files
app.py
CHANGED
@@ -4,10 +4,10 @@ from pathlib import Path
|
|
4 |
import gradio as gr
|
5 |
import pandas as pd
|
6 |
|
7 |
-
TITLE = """<h1 align="center" id="space-title">LLM Leaderboard for
|
8 |
|
9 |
DESCRIPTION = f"""
|
10 |
-
Evaluation of
|
11 |
"""
|
12 |
|
13 |
BENCHMARKS_TO_SKIP = ["math", "mini_math", "aimo_math_integer_lvl4-5", "mini_math_v2"]
|
|
|
4 |
import gradio as gr
|
5 |
import pandas as pd
|
6 |
|
7 |
+
TITLE = """<h1 align="center" id="space-title">LLM Leaderboard for open-r1 Models</h1>"""
|
8 |
|
9 |
DESCRIPTION = f"""
|
10 |
+
Evaluation of open-r1 models across a diverse range of benchmarks from [LightEval](https://github.com/huggingface/lighteval). All scores are reported as accuracy.
|
11 |
"""
|
12 |
|
13 |
BENCHMARKS_TO_SKIP = ["math", "mini_math", "aimo_math_integer_lvl4-5", "mini_math_v2"]
|