Spaces:
Runtime error
Runtime error
π 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/.
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 todata/sources.csv
- adding a new benchmark as a new column in
data/leaderboard.csv
and add the benchmark todata/benchmarks.csv
- code work:
- improving the existing code
- requesting and implementing new features