Doc
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import pandas as pd
|
|
7 |
TITLE = """<h1 align="center" id="space-title">LLM Leaderboard for H4 Models</h1>"""
|
8 |
|
9 |
DESCRIPTION = f"""
|
10 |
-
Evaluation of H4 models across a diverse range of benchmarks from [LightEval](https://github.com/huggingface/lighteval)
|
11 |
"""
|
12 |
|
13 |
|
|
|
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 |
|