llm-leaderboard / README.md
Ludwig Stumpp
Move data files and specify as constant
48cd666
|
raw
history blame
774 Bytes
# πŸ† 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