Spaces:
Running
Running
Commit Β·
0bc926e
1
Parent(s): ac72b31
update
Browse files
title.py
CHANGED
|
@@ -26,7 +26,7 @@ table {
|
|
| 26 |
margin-right: 10px;
|
| 27 |
}
|
| 28 |
"""
|
| 29 |
-
TITLE_HTML = '<h1 style="text-align:center"><span style="font-size:1.3em">π LLM Compression Leaderboard</span></h1>'
|
| 30 |
SUBTITLE_HTML = "<h1 style='text-align:center'><span style='font-size:0.8em'>Welcome to Uncheatable Eval LLM Compression Leaderboard, where fancy fine-tuning and cheating won't work π«; only compute π», data π, and real innovation π₯ can prevail!</span></h1>"
|
| 31 |
LINKS_HTML = """
|
| 32 |
<div style="display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 20px; margin: 10px 0;">
|
|
|
|
| 26 |
margin-right: 10px;
|
| 27 |
}
|
| 28 |
"""
|
| 29 |
+
TITLE_HTML = '<h1 style="text-align:center"><span style="font-size:1.3em">π LLM Compression Leaderboard (Base Model)</span></h1>'
|
| 30 |
SUBTITLE_HTML = "<h1 style='text-align:center'><span style='font-size:0.8em'>Welcome to Uncheatable Eval LLM Compression Leaderboard, where fancy fine-tuning and cheating won't work π«; only compute π», data π, and real innovation π₯ can prevail!</span></h1>"
|
| 31 |
LINKS_HTML = """
|
| 32 |
<div style="display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 20px; margin: 10px 0;">
|