lewtun HF Staff commited on
Commit
bd4436b
·
1 Parent(s): 21ef6e1
Files changed (1) hide show
  1. app.py +1 -1
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