mfromm commited on
Commit
e0181fe
1 Parent(s): 16dc375

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, not all benchmarks are available in all European languages (Irish and Maltese missing).",
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