llm-leaderboard / README.md
Ludwig Stumpp
Add screenshot of streamlit app
d9de755
|
raw
history blame
703 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 `leaderboard.csv`
- adding a new benchmark as a new column in `leaderboard.csv` and add the benchmark to `benchmarks.csv`
- code work:
- improving the existing code
- requesting and implementing new features