From 3773213666d08a090aadceb7fb04732ddeb19c03 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Fri, 20 Sep 2024 10:22:16 -0700 Subject: [PATCH] Update monitor_md.py to fix HF space (#3521) --- fastchat/serve/monitor/monitor_md.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fastchat/serve/monitor/monitor_md.py b/fastchat/serve/monitor/monitor_md.py index f88f8d8940..3cc69a1631 100644 --- a/fastchat/serve/monitor/monitor_md.py +++ b/fastchat/serve/monitor/monitor_md.py @@ -84,7 +84,7 @@ def make_default_md_1(mirror=False): link_color = "#1976D2" # This color should be clear in both light and dark mode leaderboard_md = f""" - # 🏆 LMSYS Chatbot Arena Leaderboard + # 🏆 Chatbot Arena Leaderboard [Blog](https://lmsys.org/blog/2023-05-03-arena/) | [GitHub](https://github.com/lm-sys/FastChat) | [Paper](https://arxiv.org/abs/2403.04132) | [Dataset](https://github.com/lm-sys/FastChat/blob/main/docs/dataset_release.md) | [Twitter](https://twitter.com/lmsysorg) | [Discord](https://discord.gg/HSWAKCrnFx) | [Kaggle Competition](https://www.kaggle.com/competitions/lmsys-chatbot-arena) """ @@ -92,11 +92,11 @@ def make_default_md_1(mirror=False): def make_default_md_2(mirror=False): - mirror_str = "This is a mirror of the live leaderboard created and maintained by the LMSYS Organization. Please link to https://lmarena.ai/leaderboard for citation purposes." + mirror_str = "This is a mirror of the live leaderboard created and maintained at https://lmarena.ai/leaderboard. Please link to the original URL for citation purposes." leaderboard_md = f""" {mirror_str if mirror else ""} -LMSYS Chatbot Arena is a crowdsourced open platform for LLM evals. We've collected over 1,000,000 human pairwise comparisons to rank LLMs with the Bradley-Terry model and display the model ratings in Elo-scale. +Chatbot Arena is a crowdsourced open platform for LLM evals. We've collected over 1,000,000 human pairwise comparisons to rank LLMs with the Bradley-Terry model and display the model ratings in Elo-scale. You can find more details in our paper. **Chatbot arena is dependent on community participation, please contribute by casting your vote!** {SURVEY_LINK}