Spaces:
Sleeping
Sleeping
CompUGE-Bench
/
src
/app
/components
/body
/submitting
/submitting-guide
/submitting-guide.component.html
<div style="margin: 10px 0; padding: 10px; width: 100%;"> | |
<h2 style="color: #424242; font-weight: 500; font-size: 1.5rem;">How to Submit a Model</h2> | |
<p style="line-height: 1.6; color: #616161; font-size: 1rem;"> | |
Please fill out the form above with the required details. The following fields are optional but strongly recommended: | |
</p> | |
<ul style="line-height: 1.6; color: #424242; font-size: 1rem; padding-left: 20px;"> | |
<li><strong>Team Name</strong></li> | |
<li><strong>Contact Email</strong></li> | |
<li><strong>Model Link</strong> | |
<span style="font-weight: 400;">(This could be a download link, a Hugging Face model hub link, a GitHub link, or any other link that provides access to your model.)</span> | |
</li> | |
</ul> | |
<p style="line-height: 1.6; color: #616161; font-size: 1rem;"> | |
Ensure the uploaded predictions file is a CSV with a column named <strong>"predictions"</strong>, containing the model's predictions in the same order as the test data. | |
</p> | |
<p style="line-height: 1.6; color: #616161; font-size: 1rem;"> | |
If you opt to make your predictions private, the model link will also be kept private. | |
</p> | |
</div> | |