BenCzechMark / content.py
Lakoc
v0.0.1
b66f230
raw
history blame
1.01 kB
"""
This file contains the text content for the leaderboard client.
"""
HEADER_MARKDOWN = """
# BenCzechMark
Welcome to the leaderboard! Here you can submit your model and compare it with the existing models.
"""
LEADERBOARD_TAB_TITLE_MARKDOWN = """
## Leaderboard
The leaderboard below shows the current ranking of the models...
"""
SUBMISSION_TAB_TITLE_MARKDOWN = """
## Submission
To submit your model, please fill in the form below.
- *Team name:* The name of your team, as it will appear on the leaderboard'
- *Submission ID:* Results json file to submit
- *Description:* Short description of your submission (optional)
- *Link to model:* Link to the model's repository or documentation
After filling in the form, click the **Pre-submit model** button.
This will run a comparison of your model with the existing leaderboard models.
After the tournament is complete, you will be able to submit your model to the leaderboard.
"""