update discord link
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ notebook_url = "https://colab.research.google.com/drive/1iI_IszGAwSMkdfUrIDI6NfT
|
|
11 |
def make_leaderboard_md(elo_results):
|
12 |
leaderboard_md = f"""
|
13 |
# Leaderboard
|
14 |
-
[[Blog](https://lmsys.org/blog/2023-05-03-arena/)] [[Vote](https://arena.lmsys.org/)] [[Github]](https://github.com/lm-sys/FastChat) [[Twitter]](https://twitter.com/lmsysorg) [[Discord]](https://discord.gg/
|
15 |
|
16 |
We use the Elo rating system to calculate the relative performance of the models. You can view the voting data, basic analyses, and calculation procedure in this [notebook]({notebook_url}). We will periodically release new leaderboards. If you want to see more models, please help us [add them](https://github.com/lm-sys/FastChat/blob/main/docs/arena.md#how-to-add-a-new-model).
|
17 |
Last updated: {elo_results["last_updated_datetime"]}
|
|
|
11 |
def make_leaderboard_md(elo_results):
|
12 |
leaderboard_md = f"""
|
13 |
# Leaderboard
|
14 |
+
[[Blog](https://lmsys.org/blog/2023-05-03-arena/)] [[Vote](https://arena.lmsys.org/)] [[Github]](https://github.com/lm-sys/FastChat) [[Twitter]](https://twitter.com/lmsysorg) [[Discord]](https://discord.gg/KjdtsE9V)
|
15 |
|
16 |
We use the Elo rating system to calculate the relative performance of the models. You can view the voting data, basic analyses, and calculation procedure in this [notebook]({notebook_url}). We will periodically release new leaderboards. If you want to see more models, please help us [add them](https://github.com/lm-sys/FastChat/blob/main/docs/arena.md#how-to-add-a-new-model).
|
17 |
Last updated: {elo_results["last_updated_datetime"]}
|