Spaces:
Running
Running
Update src/about.py
Browse files- src/about.py +5 -2
src/about.py
CHANGED
|
@@ -53,7 +53,7 @@ LLM_BENCHMARKS_TEXT = f"""
|
|
| 53 |
|
| 54 |
### PROBE is part of the the study entitled [Learning functional properties of proteins with language models](https://rdcu.be/cJAKN) which is schematically summarized in the figure below:<br/>
|
| 55 |
|
| 56 |
-
 leaderboard! This platfo
|
|
| 91 |
|
| 92 |
Submit your own representation models and compare their performance across these tasks. For more details on how to participate, see the submission guidelines.
|
| 93 |
|
| 94 |
-
If you find PROBE useful, please consider citing our work
|
|
|
|
|
|
|
|
|
|
| 95 |
|
| 96 |
similarity_tasks_options = ["sparse", "200", "500"]
|
| 97 |
function_prediction_aspect_options = ["MF", "BP", "CC", "All_Aspects"]
|
|
|
|
| 53 |
|
| 54 |
### PROBE is part of the the study entitled [Learning functional properties of proteins with language models](https://rdcu.be/cJAKN) which is schematically summarized in the figure below:<br/>
|
| 55 |
|
| 56 |
+

|
| 57 |
|
| 58 |
### If you find PROBE useful please consider citing!
|
| 59 |
"""
|
|
|
|
| 91 |
|
| 92 |
Submit your own representation models and compare their performance across these tasks. For more details on how to participate, see the submission guidelines.
|
| 93 |
|
| 94 |
+
If you find PROBE useful, please consider citing our work:
|
| 95 |
+
|
| 96 |
+
Unsal, S., Atas, H., Albayrak, M., Turhan, K., Acar, A. C., & Doğan, T. (2022). Learning functional properties of proteins with language models. *Nature Machine Intelligence, 4*(3), 227-245.
|
| 97 |
+
"""
|
| 98 |
|
| 99 |
similarity_tasks_options = ["sparse", "200", "500"]
|
| 100 |
function_prediction_aspect_options = ["MF", "BP", "CC", "All_Aspects"]
|