Spaces:
Running
Running
Update content.py
Browse files- content.py +29 -0
content.py
CHANGED
|
@@ -10,6 +10,35 @@ Here you can compare models on tasks in Czech language and/or submit your own mo
|
|
| 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 = """
|
| 15 |
## Leaderboard
|
|
|
|
| 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 |
+
# About
|
| 14 |
+
- **BenCzechMark Authors & Contributors:**
|
| 15 |
+
- **BUT FIT**
|
| 16 |
+
- Martin Fajčík
|
| 17 |
+
- Martin Dočekal
|
| 18 |
+
- Jan Doležal
|
| 19 |
+
- Karel Ondřej
|
| 20 |
+
- Karel Beneš
|
| 21 |
+
- Jan Kapsa
|
| 22 |
+
- Michal Hradiš
|
| 23 |
+
- **FI MUNI**
|
| 24 |
+
- Zuzana Nevěřilová
|
| 25 |
+
- Aleš Horák
|
| 26 |
+
- Michal Štefánik
|
| 27 |
+
- **CIIRC CTU**
|
| 28 |
+
- Adam Jirkovský
|
| 29 |
+
- David Adamczyk
|
| 30 |
+
- Jan Hůla
|
| 31 |
+
- Jan Šedivý
|
| 32 |
+
- **Hugging Face**
|
| 33 |
+
- Hynek Kydlíček
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
**Correspondence to:**
|
| 37 |
+
- Martin Fajčík
|
| 38 |
+
- Brno University of Technology
|
| 39 |
+
- Brno, Czech Republic
|
| 40 |
+
- Email: [[email protected]](mailto:[email protected])
|
| 41 |
+
|
| 42 |
"""
|
| 43 |
LEADERBOARD_TAB_TITLE_MARKDOWN = """
|
| 44 |
## Leaderboard
|