TITLE = """<h1 align="center" id="space-title">OpenGPT-X Multilingual LLM Leaderboard</h1>""" | |
CSS = """ | |
#plot { | |
height: 512px; | |
display: flex; | |
justify-content: center; | |
align-items: center; | |
} | |
.modebar{ | |
display: none !important; | |
} | |
""" | |
T_SYMBOLS = { | |
"pretrained": "π’", | |
"chat": "π¬" | |
} | |