File size: 974 Bytes
815b0dc a62a427 815b0dc a62a427 02532c0 2ca97e8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
SUBMISSION_TEXT = """You can make upto {} submissions per day.
The test data has been divided into public and private splits.
Your score on the public split will be shown on the leaderboard.
Your final score will be based on your private split performance.
The final rankings will be based on the private split performance.
You can find your Hugging Face token [here](https://huggingface.co/settings/token)
"""
SUBMISSION_ERROR = """Submission is not in a proper format.
Please check evaluation instructions for more details."""
SUBMISSION_SELECTION_TEXT = """You can select upto {} submissions for private leaderboard. You can find your Hugging Face token [here](https://huggingface.co/settings/token)"""
NO_SUBMISSIONS = """You have not made any submissions yet."""
SUBMISSION_SUCCESS = """Submission successful! You have {} submissions remaining today."""
SUBMISSION_LIMIT_REACHED = """You have reached your submission limit for today. Please try again tomorrow."""
|