You are viewing main version, which requires installation from source. If you'd like
regular pip install, checkout the latest stable version (v0.1.6).
Making a submission
The submission format and example submissions are usually provided by the competition organizer. This page describes how to make submissions using the competition UI.
To make a submission, you must provide a read-only token that allows the competition to access user info.
generic competition: submitting a file
- provide your hugginface read-only token
- upload a file
- add a description
- click “Submit”
script competition: submitting a model repo with script.py
- provide your hugginface read-only token
- provide a link to your model repo (e.g. abhishek/submission-model-1). The model repo must contain a
script.py
file that generates submission in the required format. - add a description
- click “Submit”