Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,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,
|
12 |
elem_classes="markdown-text",
|
13 |
)
|
14 |
|
|
|
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, benchmarks are available in 21 European languages (Irish, Maltese, Croatian missing).",
|
12 |
elem_classes="markdown-text",
|
13 |
)
|
14 |
|