andrewrreed HF staff qgallouedec HF staff commited on
Commit
84c43bd
1 Parent(s): 557f1e5

Fix typo in lmsys link (#1)

Browse files

- typo in lmsys link (a797fc088dd342fb226c661aa67b1547fd5827e6)


Co-authored-by: Quentin Gallouédec <qgallouedec@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ with gr.Blocks(
199
  <div style="text-align: center; max-width: 650px; margin: auto;">
200
  <h1 style="font-weight: 900; margin-top: 5px;">🔬 Progress Tracker: Open vs. Proprietary LLMs 🔬</h1>
201
  <p style="text-align: left; margin-top: 30px; margin-bottom: 30px; line-height: 20px;">
202
- This app visualizes the progress of proprietary and open-source LLMs over time as scored by the <a hfref="https://leaderboard.lmsys.org/">LMSYS Chatbot Arena</a>.
203
  The idea is inspired by <a href="https://www.linkedin.com/posts/maxime-labonne_arena-elo-graph-updated-with-new-models-activity-7187062633735368705-u2jB">this great work</a>
204
  from <a href="https://huggingface.co/mlabonne/">Maxime Labonne</a>, and is intended to stay up-to-date as new models are released and evaluated.
205
  <div style="text-align: left;">
 
199
  <div style="text-align: center; max-width: 650px; margin: auto;">
200
  <h1 style="font-weight: 900; margin-top: 5px;">🔬 Progress Tracker: Open vs. Proprietary LLMs 🔬</h1>
201
  <p style="text-align: left; margin-top: 30px; margin-bottom: 30px; line-height: 20px;">
202
+ This app visualizes the progress of proprietary and open-source LLMs over time as scored by the <a href="https://leaderboard.lmsys.org/">LMSYS Chatbot Arena</a>.
203
  The idea is inspired by <a href="https://www.linkedin.com/posts/maxime-labonne_arena-elo-graph-updated-with-new-models-activity-7187062633735368705-u2jB">this great work</a>
204
  from <a href="https://huggingface.co/mlabonne/">Maxime Labonne</a>, and is intended to stay up-to-date as new models are released and evaluated.
205
  <div style="text-align: left;">