File size: 774 Bytes
d9de755
24a15c0
bc01ae8
24a15c0
697be1a
24a15c0
 
f1e50f4
24a15c0
f1e50f4
 
 
 
 
 
48cd666
 
f1e50f4
 
 
bc01ae8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 🏆 llm-leaderboard
A joint community effort to create one central leaderboard for LLMs. Contributions and corrections welcome!

## Leaderboard

Visit the interactive leaderboard at https://llm-leaderboard.streamlit.app/.

![Screenshot of streamlit application](media/streamlit_screenshot.jpg)

## How to Contribute

We are always happy for contributions! You can contribute by the following:

- table work:
    - filling missing entries
    - adding a new model as a new row in `data/leaderboard.csv`, add the source of the evaluation to `data/sources.csv`
    - adding a new benchmark as a new column in `data/leaderboard.csv` and add the benchmark to `data/benchmarks.csv`
- code work:
    - improving the existing code
    - requesting and implementing new features