Spaces:
Running
Running
Update content.py
Browse files- content.py +2 -2
content.py
CHANGED
@@ -7,8 +7,8 @@ HEADER_MARKDOWN = """
|
|
7 |
Welcome to the leaderboard!
|
8 |
Here you can compare models on tasks in Czech language and/or submit your own model. We use our modified fork of [lm-evaluation-harness](https://github.com/DCGM/lm-evaluation-harness) to evaluate every model under same protocol.
|
9 |
|
10 |
-
- Head to
|
11 |
-
- See
|
12 |
|
13 |
"""
|
14 |
LEADERBOARD_TAB_TITLE_MARKDOWN = """
|
|
|
7 |
Welcome to the leaderboard!
|
8 |
Here you can compare models on tasks in Czech language and/or submit your own model. We use our modified fork of [lm-evaluation-harness](https://github.com/DCGM/lm-evaluation-harness) to evaluate every model under same protocol.
|
9 |
|
10 |
+
- Head to **Submission** page to learn about submission details.
|
11 |
+
- See **About** page for brief description of our evaluation protocol & win score mechanism, citation information, and future directions for this benchmark.
|
12 |
|
13 |
"""
|
14 |
LEADERBOARD_TAB_TITLE_MARKDOWN = """
|