Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: llama3
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: llama3
|
| 3 |
+
datasets:
|
| 4 |
+
- mims-harvard/ProCyon-Instruct
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- mims-harvard/ProCyon-Full
|
| 9 |
+
tags:
|
| 10 |
+
- biology
|
| 11 |
+
- protein
|
| 12 |
+
---
|
| 13 |
+
# ProCyon-Bind
|
| 14 |
+
|
| 15 |
+
ProCyon-Bind is a multimodal foundation model for protein phenotypes, which combines a large language model with protein encoders to support inputs of interleaved free text and proteins.
|
| 16 |
+
This model is a further fine-tuned version of the [ProCyon-Full](https://huggingface.co/mims-harvard/ProCyon-Full) model, specifically fine-tuned for understanding interactions between proteins and peptides.
|
| 17 |
+
Fine-tuning was performed using 1097 examples of protein-peptide complexes curated from [PDBBind](http://www.pdbbind.org.cn/).
|
| 18 |
+
|
| 19 |
+
For more information on the model design, training, and validation, please see the [overview page](https://zitniklab.hms.harvard.edu/ProCyon/).
|
| 20 |
+
|
| 21 |
+
Additional versions of the model are available as [ProCyon-Split](https://huggingface.co/mims-harvard/ProCyon-Split) and [ProCyon-Full](https://huggingface.co/mims-harvard/ProCyon-Full).
|