File size: 978 Bytes
9e10e0f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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](https://github.com/abhishekkrthakur/public_images/blob/main/submission_generic.png?raw=true)

### `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](https://github.com/abhishekkrthakur/public_images/blob/main/submission_script.png?raw=true)