Spaces:
Running
Running
Replaced old description of input fields in the submission form
Browse files- content.py +7 -2
content.py
CHANGED
|
@@ -14,10 +14,15 @@ SUBMISSION_TAB_TITLE_MARKDOWN = """
|
|
| 14 |
## Submission
|
| 15 |
To submit your model, please fill in the form below.
|
| 16 |
|
| 17 |
-
- *Team name:* The name of your team, as it will appear on the leaderboard
|
| 18 |
-
- *
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
- *Description:* Short description of your submission (optional)
|
| 20 |
- *Link to model:* Link to the model's repository or documentation
|
|
|
|
| 21 |
|
| 22 |
After filling in the form, click the **Pre-submit model** button.
|
| 23 |
This will run a comparison of your model with the existing leaderboard models.
|
|
|
|
| 14 |
## Submission
|
| 15 |
To submit your model, please fill in the form below.
|
| 16 |
|
| 17 |
+
- *Team name:* The name of your team, as it will appear on the leaderboard
|
| 18 |
+
- *Model name:* The name of your model
|
| 19 |
+
- *Model type:* The type of your model (chat, pretrained, ensemble)
|
| 20 |
+
- *Parameters (B):* The number of parameters of your model in billions (10⁹)
|
| 21 |
+
- *Input length (# tokens):* The number of input tokens that led to the results
|
| 22 |
+
- *Precision:* The precision with which the results were obtained
|
| 23 |
- *Description:* Short description of your submission (optional)
|
| 24 |
- *Link to model:* Link to the model's repository or documentation
|
| 25 |
+
- *Upload your results:* Results json file to submit
|
| 26 |
|
| 27 |
After filling in the form, click the **Pre-submit model** button.
|
| 28 |
This will run a comparison of your model with the existing leaderboard models.
|