File size: 834 Bytes
09d288e 815b0dc 09d288e 02532c0 2ca97e8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
SUBMISSION_TEXT = """### My Submissions\n\nYou 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.
"""
SUBMISSION_ERROR = """Submission is not in a proper format.
Please check evaluation instructions for more details."""
SUBMISSION_SELECTION_TEXT = """\n\nYou can select upto {} submissions for private leaderboard."""
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."""
|