English
biology
protein
rcalef commited on
Commit
2c16fed
1 Parent(s): 1e607af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -1,4 +1,24 @@
1
  ---
2
  license: llama3
 
 
 
 
 
 
 
 
 
3
  ---
4
- Built with Meta Llama 3
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: llama3
3
+ datasets:
4
+ - mims-harvard/ProCyon-Instruct
5
+ language:
6
+ - en
7
+ base_model:
8
+ - meta-llama/Llama-3.1-8B
9
+ tags:
10
+ - biology
11
+ - protein
12
  ---
13
+ # ProCyon-Full
14
+
15
+ ProCyon-Full 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 instruction-tuned using the full [ProCyon-Instruct](https://huggingface.co/datasets/mims-harvard/ProCyon-Instruct) dataset.
17
+
18
+ For more information on the model design, training, and validation, please see the [overview page](https://zitniklab.hms.harvard.edu/ProCyon/).
19
+
20
+ Additional versions of the model are available as [ProCyon-Split](https://huggingface.co/mims-harvard/ProCyon-Split) and [ProCyon-Bind](https://huggingface.co/mims-harvard/ProCyon-Bind).
21
+
22
+
23
+ Built with Meta Llama 3
24
+