File size: 1,164 Bytes
95249cc
f067bfb
 
 
5faacb0
 
95249cc
f067bfb
 
 
 
95249cc
3c85a39
f067bfb
 
90fafdc
 
 
 
 
 
 
f067bfb
 
 
 
95249cc
 
 
f067bfb
 
95249cc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
TITLE = '<h1 align="center" id="space-title">Open Multilingual Basque LLM Evaluation Leaderboard</h1><img src="basque.JPG">'

INTRO_TEXT = f"""
## About
This leaderboard tracks progress and ranks performance of large language models (LLMs) developed for different languages, 
emphasizing on non-English languages to democratize benefits of LLMs to broader society. 
Our current leaderboard provides evaluation data for Basque. 
"""

HOW_TO = f"""
## How to list your model performance on this leaderboard:
Run the evaluation of your model using this repo: <a href="https://github.com/webdevserv/mlmm_basque_evaluation" target="_blank">mlmm_basque_evaluation</a>.
And then, push the evaluation log and make a pull request.
"""

CREDIT = f"""
## Credit
To make this website, we use the following resources:
- Leaderboard code (Huggingface4's open_llm_leaderboard repo)
"""


CITATION = f"""
## Citation
```
@misc{{lai2023openllmbenchmark,
    author = {{Idoia Lertxundi, thanks to Viet Lai and Nghia Trung Ngo and Amir Pouran Ben Veyseh and Franck Dernoncourt and Thien Huu Nguyen}},
    title={{Open Basque LLM Evaluation Leaderboard}},
    year={{2024}}
}}
```
"""