Lisa Dunlap
commited on
Commit
β’
80bb49b
1
Parent(s):
dd2eba6
small change
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def make_default_md(arena_df, elo_results):
|
|
24 |
# π LMSYS Chatbot Arena Leaderboard
|
25 |
| [Vote](https://chat.lmsys.org) | [Blog](https://lmsys.org/blog/2023-05-03-arena/) | [GitHub](https://github.com/lm-sys/FastChat) | [Paper](https://arxiv.org/abs/2306.05685) | [Dataset](https://github.com/lm-sys/FastChat/blob/main/docs/dataset_release.md) | [Twitter](https://twitter.com/lmsysorg) | [Discord](https://discord.gg/HSWAKCrnFx) |
|
26 |
|
27 |
-
|
28 |
LMSYS [Chatbot Arena](https://lmsys.org/blog/2023-05-03-arena/) is a crowdsourced open platform for LLM evals.
|
29 |
We've collected over **500,000** human preference votes to rank LLMs with the Elo ranking system.
|
30 |
"""
|
|
|
24 |
# π LMSYS Chatbot Arena Leaderboard
|
25 |
| [Vote](https://chat.lmsys.org) | [Blog](https://lmsys.org/blog/2023-05-03-arena/) | [GitHub](https://github.com/lm-sys/FastChat) | [Paper](https://arxiv.org/abs/2306.05685) | [Dataset](https://github.com/lm-sys/FastChat/blob/main/docs/dataset_release.md) | [Twitter](https://twitter.com/lmsysorg) | [Discord](https://discord.gg/HSWAKCrnFx) |
|
26 |
|
27 |
+
### **This is a mirror of the leaderboard on the LMSys website. Go to [lmsys.org](https://lmsys.org) to vote!**
|
28 |
LMSYS [Chatbot Arena](https://lmsys.org/blog/2023-05-03-arena/) is a crowdsourced open platform for LLM evals.
|
29 |
We've collected over **500,000** human preference votes to rank LLMs with the Elo ranking system.
|
30 |
"""
|