Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ leader_component_values = [None] * 5
|
|
17 |
def make_leaderboard_md(elo_results):
|
18 |
leaderboard_md = f"""
|
19 |
# Leaderboard
|
20 |
-
| [Vote](https://chat.lmsys.org/?arena) | [Blog](https://lmsys.org/blog/2023-05-03-arena/) | [GitHub](https://github.com/lm-sys/FastChat) | [Paper](https://arxiv.org/abs/2306.05685) | [Twitter](https://twitter.com/lmsysorg) | [Discord](https://discord.gg/HSWAKCrnFx) |
|
21 |
|
22 |
π This leaderboard is based on the following three benchmarks.
|
23 |
- [Chatbot Arena](https://lmsys.org/blog/2023-05-03-arena/) - a crowdsourced, randomized battle platform. We use 50K+ user votes to compute Elo ratings.
|
|
|
17 |
def make_leaderboard_md(elo_results):
|
18 |
leaderboard_md = f"""
|
19 |
# Leaderboard
|
20 |
+
| [Vote](https://chat.lmsys.org/?arena) | [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://huggingface.co/datasets/lmsys/chatbot_arena_conversations) | [Twitter](https://twitter.com/lmsysorg) | [Discord](https://discord.gg/HSWAKCrnFx) |
|
21 |
|
22 |
π This leaderboard is based on the following three benchmarks.
|
23 |
- [Chatbot Arena](https://lmsys.org/blog/2023-05-03-arena/) - a crowdsourced, randomized battle platform. We use 50K+ user votes to compute Elo ratings.
|