Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
d2967a8
1
Parent(s):
d4450b3
fix margin
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ with gr.Blocks(
|
|
175 |
"""
|
176 |
<div style="text-align: center; max-width: 650px; margin: auto;">
|
177 |
<h1 style="font-weight: 900; margin-top: 5px;">🔬 Progress Tracker: Open vs. Proprietary LLMs 🔬</h1>
|
178 |
-
<p style="text-align: left; margin-top:
|
179 |
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>.
|
180 |
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>
|
181 |
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.
|
|
|
175 |
"""
|
176 |
<div style="text-align: center; max-width: 650px; margin: auto;">
|
177 |
<h1 style="font-weight: 900; margin-top: 5px;">🔬 Progress Tracker: Open vs. Proprietary LLMs 🔬</h1>
|
178 |
+
<p style="text-align: left; margin-top: 30px; margin-bottom: 30px; line-height: 20px;">
|
179 |
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>.
|
180 |
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>
|
181 |
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.
|