loodvanniekerkginkgo commited on
Commit
d00113e
·
1 Parent(s): 89d69bf

Small tweaks to about information

Browse files
Files changed (1) hide show
  1. about.py +6 -3
about.py CHANGED
@@ -23,13 +23,16 @@ There is also an example cross-validation submission file on the "✉️ Submit"
23
  **How to evaluate?**
24
 
25
  You can calculate the Spearman correlation coefficient on the GDPa1 dataset yourself before uploading to the leaderboard.
26
- Simply use the `spearmanr(predictions, targets, nan_policy='omit')` function from `scipy.stats`.
27
- For the heldout private set, we will calculate these results privately at the end of the competition (and possibly at other points throughout the competition) - but there will not be rolling results on the private test set.
28
 
29
  **How to contribute?**
30
 
31
  We'd like to add some more existing models to the leaderboard. Some examples of models we'd like to add:
32
- - TODO
 
 
 
33
 
34
  ### FAQs
35
 
 
23
  **How to evaluate?**
24
 
25
  You can calculate the Spearman correlation coefficient on the GDPa1 dataset yourself before uploading to the leaderboard.
26
+ Simply use the `spearmanr(predictions, targets, nan_policy='omit')` function from `scipy.stats`.
27
+ For the heldout private set, we will calculate these results privately at the end of the competition (and possibly at other points throughout the competition) - but there will not be "rolling results" on the private test set.
28
 
29
  **How to contribute?**
30
 
31
  We'd like to add some more existing models to the leaderboard. Some examples of models we'd like to add:
32
+ - ESM embeddings
33
+ - Absolute folding stability models
34
+ - AbLEF
35
+ If you would like to collaborate with others, start a discussion on the "Community" tab at the top of this page.
36
 
37
  ### FAQs
38