Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ leader_component_values = [None] * 5
|
|
18 |
def make_leaderboard_md(elo_results):
|
19 |
leaderboard_md = f"""
|
20 |
# Leaderboard
|
21 |
-
[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://github.com/lm-sys/FastChat/blob/main/docs/dataset_release.md) | [Twitter](https://twitter.com/lmsysorg) | [Discord](https://discord.gg/HSWAKCrnFx) |
|
22 |
|
23 |
๐ This leaderboard is based on the following three benchmarks.
|
24 |
- [Chatbot Arena](https://chat.lmsys.org/?arena) - a crowdsourced, randomized battle platform. We use 90K+ user votes to compute Elo ratings.
|
|
|
18 |
def make_leaderboard_md(elo_results):
|
19 |
leaderboard_md = f"""
|
20 |
# Leaderboard
|
21 |
+
| [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://github.com/lm-sys/FastChat/blob/main/docs/dataset_release.md) | [Twitter](https://twitter.com/lmsysorg) | [Discord](https://discord.gg/HSWAKCrnFx) |
|
22 |
|
23 |
๐ This leaderboard is based on the following three benchmarks.
|
24 |
- [Chatbot Arena](https://chat.lmsys.org/?arena) - a crowdsourced, randomized battle platform. We use 90K+ user votes to compute Elo ratings.
|