Commit
·
4965e60
1
Parent(s):
6a48cdf
Added November end date
Browse files
about.py
CHANGED
@@ -38,6 +38,8 @@ ABOUT_TEXT = f"""
|
|
38 |
- Track 2 (Train from scratch): Train a model using cross-validation on the `GDPa1` dataset and submit cross-validation predictions by selecting `GDPa1_cross_validation`.
|
39 |
5. **Submit to the "Final Exam"**. Once you have submitted predictions on the validation set, download the private test set sequences from the {SUBMIT_TAB_NAME} tab and submit your final predictions. Your performance on this private set will determine the winners.
|
40 |
|
|
|
|
|
41 |
#### How to contribute?
|
42 |
|
43 |
We'd like to add some more existing models to the leaderboard. Some examples of models we'd like to add:
|
@@ -139,4 +141,6 @@ We may release private test set results at intermediate points during the compet
|
|
139 |
|
140 |
For the cross-validation metrics (if training only on the GDPa1 dataset), use the `"hierarchical_cluster_IgG_isotype_stratified_fold"` column to split the dataset into folds and make predictions for each of the folds.
|
141 |
Submit a CSV file in the same format but also containing the `"hierarchical_cluster_IgG_isotype_stratified_fold"` column.
|
|
|
|
|
142 |
"""
|
|
|
38 |
- Track 2 (Train from scratch): Train a model using cross-validation on the `GDPa1` dataset and submit cross-validation predictions by selecting `GDPa1_cross_validation`.
|
39 |
5. **Submit to the "Final Exam"**. Once you have submitted predictions on the validation set, download the private test set sequences from the {SUBMIT_TAB_NAME} tab and submit your final predictions. Your performance on this private set will determine the winners.
|
40 |
|
41 |
+
Submissions close on **1 November 2025**.
|
42 |
+
|
43 |
#### How to contribute?
|
44 |
|
45 |
We'd like to add some more existing models to the leaderboard. Some examples of models we'd like to add:
|
|
|
141 |
|
142 |
For the cross-validation metrics (if training only on the GDPa1 dataset), use the `"hierarchical_cluster_IgG_isotype_stratified_fold"` column to split the dataset into folds and make predictions for each of the folds.
|
143 |
Submit a CSV file in the same format but also containing the `"hierarchical_cluster_IgG_isotype_stratified_fold"` column.
|
144 |
+
|
145 |
+
Submissions close on **1 November 2025**.
|
146 |
"""
|
app.py
CHANGED
@@ -92,6 +92,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(text_size=sizes.text_lg)) as demo:
|
|
92 |
|
93 |
You can **predict any or all of the 5 properties**, and you can filter the main leaderboard by property.
|
94 |
See more details in the "{ABOUT_TAB_NAME}" tab.
|
|
|
95 |
"""
|
96 |
)
|
97 |
with gr.Column(scale=2): # smaller side column for logo
|
|
|
92 |
|
93 |
You can **predict any or all of the 5 properties**, and you can filter the main leaderboard by property.
|
94 |
See more details in the "{ABOUT_TAB_NAME}" tab.
|
95 |
+
Submissions close on 1 November 2025.
|
96 |
"""
|
97 |
)
|
98 |
with gr.Column(scale=2): # smaller side column for logo
|