Competitions documentation

Making a submission

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).
Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

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”

submit_generic

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”

submit_script