edbeeching HF staff commited on
Commit
9b14f93
·
verified ·
1 Parent(s): 88b8ff5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 H4 Models</h1>"""
8
 
9
  DESCRIPTION = f"""
10
- Evaluation of H4 and community 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"]
 
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"]