Spaces:
Sleeping
Sleeping
File size: 877 Bytes
54f0e5a 9315c82 54f0e5a 9315c82 54f0e5a 9315c82 54f0e5a 9315c82 54f0e5a 9315c82 06f3314 9315c82 06f3314 9315c82 54f0e5a 9315c82 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
HEADER_TITLE = """
<div style="display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;">
<div>
<h1 align="center" id="space-title">Adam Mickiewicz University's Center for Artificial Intelligence</h1>
<h2 align="center" id="space-subtitle">LLMs medical benchmark</h2>
</div>
</div>
"""
LEADERBOARD_DESC = """## ...
"""
PES_DESC = """#### PES (Państwowy Egzamin Specjalizacyjny, National Specialization Examination, Board Certification Exam)
"""
LDEK_DESC = """#### LDEK (Lekarsko-Dentystyczny Egzamin Końcowy, Dental Final Examination)
"""
LEK_DESC = """#### LEK (Lekarski Egzamin Końcowy, Medical Final Examination)
"""
LDEK_DESC_EN = """#### LDEK - English Version
"""
LEK_DESC_EN = """#### LEK - English Version
"""
CITATION_LABEL = "..."
CITATION_CONTENT = "..."
|