Spaces:
Running
Running
| css = """ | |
| .gradio-container { | |
| max-width: 95% !important; | |
| margin: 0 auto; | |
| } | |
| .tab-buttons button { | |
| font-size: 1.3em; | |
| } | |
| .gr-dataframe th { | |
| white-space: normal; | |
| word-break: break-word; | |
| } | |
| table { | |
| margin-left: auto !important; | |
| margin-right: auto !important; | |
| width: 100% !important; | |
| } | |
| """ | |
| TITLE_HTML = '<h1 style="text-align:center"><span style="font-size:1.3em">π LLM Compression Leaderboard</span></h1>' | |
| 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>" | |