Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ demo = gr.Blocks(css=CSS)
|
|
7 |
with demo:
|
8 |
gr.HTML(TITLE)
|
9 |
gr.Markdown(
|
10 |
-
"This is a
|
11 |
-
Note that currently, not all benchmarks are available in all
|
12 |
elem_classes="markdown-text",
|
13 |
)
|
14 |
|
|
|
7 |
with demo:
|
8 |
gr.HTML(TITLE)
|
9 |
gr.Markdown(
|
10 |
+
"This is a collection of multilingual evaluation results obtained using our fork of the LM-evaluation-harness (https://github.com/OpenGPTX/lm-evaluation-harness), based on V1 of the https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard.\
|
11 |
+
Note that currently, not all benchmarks are available in all European languages (Irish and Maltese missing).",
|
12 |
elem_classes="markdown-text",
|
13 |
)
|
14 |
|