Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 978 Bytes

submit.mdx

File metadata and controls

24 lines (16 loc) · 978 Bytes

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