Spaces:
Running
Running
Update content.py
Browse files- content.py +1 -3
content.py
CHANGED
@@ -12,7 +12,6 @@ Here you can compare models on tasks in Czech language and/or submit your own mo
|
|
12 |
|
13 |
"""
|
14 |
LEADERBOARD_TAB_TITLE_MARKDOWN = """
|
15 |
-
## Leaderboard
|
16 |
"""
|
17 |
|
18 |
SUBMISSION_TAB_TITLE_MARKDOWN = """
|
@@ -58,7 +57,7 @@ SUBMISSION_DETAILS_MARKDOWN = """
|
|
58 |
Do you really want to submit a model? This action is irreversible.
|
59 |
"""
|
60 |
MORE_DETAILS_MARKDOWN = """
|
61 |
-
|
62 |
"""
|
63 |
|
64 |
MODAL_SUBMIT_MARKDOWN = """
|
@@ -66,7 +65,6 @@ Are you sure you want to submit your model?
|
|
66 |
"""
|
67 |
|
68 |
ABOUT_MARKDOWN = """
|
69 |
-
# About
|
70 |
## Abstract
|
71 |
We present **B**en**C**zech**M**ark (BCM), the first multitask and multimetric Czech language benchmark for large language models with a unique scoring system that utilizes the theory of statistical significance. Our benchmark covers 54 challenging, mostly native Czech tasks spanning across 11 categories, including diverse domains such as historical Czech, pupil and language learner essays, and spoken word.
|
72 |
|
|
|
12 |
|
13 |
"""
|
14 |
LEADERBOARD_TAB_TITLE_MARKDOWN = """
|
|
|
15 |
"""
|
16 |
|
17 |
SUBMISSION_TAB_TITLE_MARKDOWN = """
|
|
|
57 |
Do you really want to submit a model? This action is irreversible.
|
58 |
"""
|
59 |
MORE_DETAILS_MARKDOWN = """
|
60 |
+
Here you can view, how selected model won/lost duels to all other models, in selected π¨πΏ BenCzechMark category.
|
61 |
"""
|
62 |
|
63 |
MODAL_SUBMIT_MARKDOWN = """
|
|
|
65 |
"""
|
66 |
|
67 |
ABOUT_MARKDOWN = """
|
|
|
68 |
## Abstract
|
69 |
We present **B**en**C**zech**M**ark (BCM), the first multitask and multimetric Czech language benchmark for large language models with a unique scoring system that utilizes the theory of statistical significance. Our benchmark covers 54 challenging, mostly native Czech tasks spanning across 11 categories, including diverse domains such as historical Czech, pupil and language learner essays, and spoken word.
|
70 |
|