Spaces:
Sleeping
Sleeping
Update src/about.py
Browse files- src/about.py +6 -0
src/about.py
CHANGED
@@ -83,3 +83,9 @@ Welcome to the PROBE (Protein RepresentatiOn BEnchmark) leaderboard! This platfo
|
|
83 |
Submit your own representation models and compare their performance across these tasks. For more details on how to participate, see the submission guidelines.
|
84 |
|
85 |
If you find PROBE useful, please consider citing our work."""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
Submit your own representation models and compare their performance across these tasks. For more details on how to participate, see the submission guidelines.
|
84 |
|
85 |
If you find PROBE useful, please consider citing our work."""
|
86 |
+
|
87 |
+
similarity_tasks_options = ["Sparse", "200", "500"]
|
88 |
+
function_prediction_aspect_options = ["MF", "BP", "CC", "All_Aspects"]
|
89 |
+
function_prediction_dataset_options = ["High", "Middle", "Low", "All_Data_Sets"]
|
90 |
+
family_prediction_dataset_options = ["nc", "uc50", "uc30", "mm15"]
|
91 |
+
|