Spaces:
Running
Running
Ludwig Stumpp
commited on
Commit
·
f1e50f4
1
Parent(s):
20d2b50
Update Readme
Browse files
README.md
CHANGED
@@ -5,9 +5,17 @@ A joint community effort to create one central leaderboard for LLMs. Contributio
|
|
5 |
|
6 |
Visit the interactive leaderboard at https://llm-leaderboard.streamlit.app/.
|
7 |
|
8 |
-
|
9 |
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
|
|
5 |
|
6 |
Visit the interactive leaderboard at https://llm-leaderboard.streamlit.app/.
|
7 |
|
8 |
+
![Screenshot of streamlit application](media/streamlit_screenshot.jpg)
|
9 |
|
10 |
+
## How to Contribute
|
11 |
+
|
12 |
+
We are always happy for contributions! You can contribute by the following:
|
13 |
+
|
14 |
+
- table work:
|
15 |
+
- filling missing entries
|
16 |
+
- adding a new model as a new row in `leaderboard.csv`
|
17 |
+
- adding a new benchmark as a new column in `leaderboard.csv` and add the benchmark to `benchmarks.csv`
|
18 |
+
- code work:
|
19 |
+
- improving the existing code
|
20 |
+
- requesting and implementing new features
|
21 |
|