loodvanniekerkginkgo commited on
Commit
359ec84
·
1 Parent(s): 25b07ba

Changed most of the wording re Oct 13th

Browse files
Files changed (1) hide show
  1. about.py +3 -6
about.py CHANGED
@@ -16,8 +16,7 @@ WEBSITE_HEADER = f"""
16
  You can **predict any or all of the 5 properties**, and you can filter the main leaderboard by property.
17
  See more details in the "{ABOUT_TAB_NAME}" tab.
18
 
19
- 🗓️ There will be a test set scoring on **October 13th** (which will score all the latest test set submissions at that point).
20
- Use this to refine your models before the final submission deadline on **1 November 2025**.
21
  """
22
 
23
  ABOUT_INTRO = f"""
@@ -66,7 +65,7 @@ ABOUT_TEXT = f"""
66
 
67
  Check out our introductory tutorial on training an antibody developability prediction model with cross-validation [here]({TUTORIAL_URL}).
68
 
69
- ⏰ Submissions close on **1 November 2025**, but there will be an early test set scoring on **October 13th** (which will score all the latest test set submissions at that point, and then you can refine your model and resubmit).
70
 
71
  ---
72
 
@@ -92,7 +91,6 @@ We'd like to add more existing developability models to the leaderboard. Some ex
92
 
93
  If you would like to form a team or discuss ideas, join the [Slack community]({SLACK_URL}) co-hosted by Bits in Bio.
94
  """
95
- # TODO(Lood): Add "📊 The first test set results will be released on October 13th, ahead of the final submission deadline on November 1st."
96
 
97
 
98
  # Note(Lood): Significance: Add another note of "many models are trained on different datasets, and differing train/test splits, so this is a consistent way of comparing for a heldout set"
@@ -206,8 +204,7 @@ The leaderboard will show the average Spearman rank correlation across the 5 fol
206
 
207
  ## Test set
208
 
209
- The **private test set submissions will not be scored automatically**, to avoid test set hacking. They will be evaluated after submissions close to determine winners.
210
- 🗓️ We will release one interim scoring of the latest private test set submissions on **October 13th**. Use this opportunity to see how your model is performing on the heldout test set and refine accordingly.
211
 
212
  Submissions close on **1 November 2025**.
213
  """
 
16
  You can **predict any or all of the 5 properties**, and you can filter the main leaderboard by property.
17
  See more details in the "{ABOUT_TAB_NAME}" tab.
18
 
19
+ Use these results to refine your models before the final submission deadline on **1 November 2025**.
 
20
  """
21
 
22
  ABOUT_INTRO = f"""
 
65
 
66
  Check out our introductory tutorial on training an antibody developability prediction model with cross-validation [here]({TUTORIAL_URL}).
67
 
68
+ ⏰ Submissions close on **1 November 2025**, and you can resubmit as often as you like until the final submission deadline. Remember that the cross-validation results are not important - the private test set results are what matter at the end.
69
 
70
  ---
71
 
 
91
 
92
  If you would like to form a team or discuss ideas, join the [Slack community]({SLACK_URL}) co-hosted by Bits in Bio.
93
  """
 
94
 
95
 
96
  # Note(Lood): Significance: Add another note of "many models are trained on different datasets, and differing train/test splits, so this is a consistent way of comparing for a heldout set"
 
204
 
205
  ## Test set
206
 
207
+ The **private test set submissions will not be scored automatically**, to avoid test set hacking. They will be evaluated after submissions close on November 1st to determine winners.
 
208
 
209
  Submissions close on **1 November 2025**.
210
  """