Submission
Submission Instruction
Please refer to challenge README on Github to prepare data and train your model. Please evaluate your output.json locally first before submitting to test server.
Prepare your result
Open prepare_submission.py and fill in the following information starting line 4:
method = "" # <str> -- name of the method team = "" # <str> -- name of the team, !!!identical to the Google Form!!! authors = [""] # <list> -- list of str, authors email = "" # <str> -- e-mail address institution = "" # <str> -- institution or company country = "" # <str> -- country or region
While other fields can change between different submissions, make sure you always use your team name submitted on Google registration form for the
team
field, NOT the anonymous team name to be shown on the leaderboard. Then run this file:# make sure you are under ./challenge python prepare_submission.py
This will generate
submission.json
with your information and result. An example is given in this folder.Upload your result as a Hugging Face model
Click your profile picture on the top right of the Hugging Face website, and select
+ New Model
. Create a new model repository, and upload thesubmission.json
file.Note that private models are also acceptable by the competition space.
Submit your result and evaluate on test server
Click
New Submission
on the left panel of the competition space. Paste the link of the Hugging Face model you created underHub model
. Then clickSubmit
.Note: you can make up to 3 submissions per day.
FAQ
How to View My Submissions?
You can check the status of your submissions in the My submissions
tab of the competition space.
Please refer to these slides for explaination of each score.
You can select a submission and click Update Selected Submissions
on the bottom to update its evaluation status to the private leaderboard. Please note that public score and private score are exactly the same in our case. So please ignore the descriptions in My Submissions
tab.
The New Submission
page shows Invalid Token
when I click Submit
, what should I do?
This means you are no longer logged in to the current competition space, or the space has automatically logged you out due to inactivity (more than a day).
Please refresh the page, click Login with Hugging Face
at the bottom of the left panel, and resubmit.
Can I Submit Without Making My Submission Public?
Of course. The competition space accepts Hugging Face private models. In fact, we recommend participants to submit as private models to keep their submissions private.
Will My Evaluation Status Be Visible to Others?
The public leaderboard will be open with the best results of all teams about a week before the competition ends.
Note that you can change your team name even after the competition ends. Thus, if you want to stay anonymous on the public leaderboard, you can first use a temporary team name and change it to your real team name after the competition ends.
My evaluation status shows Failed
, how can I get the error message?
First, make sure your submission is in the correct format as in submission preparation and you upload the correct Hugging Face model link (in the format of Username/model
) in New Submission
.
The error message is listed under Submission Comment
column under My Submissions
tab.
I could not visit My Submissions
page, what should I do?
Chances are that you are not logged in to the current competition space.
Please refresh the page, click Login with Hugging Face
at the bottom of the left panel.
If I encounter a reshape error, what should I do?
You should first refer to this location. Most of the reshape errors occur here.
Finally, which dataset do we submit to the competition?
Please refrain from using demo data. Instead, utilize the validation data for inference and submission to the evaluation server.
I encountered KeyError: 'b789de07180846cc972118ee6d1fb027_b0e6fd5561454b2789c853e5350557a8_0' in my Submission Comment, what should I do?
If you saw a random UUID in Submission Comment, the error happens on this line, you can try to reproduce this error locally. Most likely, this is due to not using the validation data we mentioned above.
My submission is stuck at Processing
, what should I do?
This is likely due to server error on Hugging Face side, please wait for a while and submit again. If this error persists, contact our challenge host below.
My error information is not listed here, what should I do?
If you confirm that the submission format is correct, please contact the challenge host Chonghao Sima via email. Please include the Submission ID of the corresponding submission in the email. The Submission ID can be found in the My Submissions
tab.
Email Subject:
[OFFICIAL DRIVELM] Failed submission - {Submission ID}
Body:
Your Name: {}
Team Name: {}
Institution / Company: {}
Email: {}