mfromm commited on
Commit
76c8cdc
1 Parent(s): d541259

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 (WIP) collection of multilingual evaluation results obtained using our fork of the LM-evaluation-harness (https://github.com/OpenGPTX/lm-evaluation-harness), based on https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard.\
11
- Note that currently, not all benchmarks are available in all languages, results are averaged over those languages under the selected ones for which the benchmark is available.",
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