Update readme
Browse files
README.md
CHANGED
@@ -1,10 +1,20 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
8 |
|
9 |
- **Developer**: [Insilico Medicine](https://insilico.com/precious)
|
10 |
- **License**: cc-by-nc-4.0
|
@@ -12,9 +22,6 @@ A multi-modal multi-omics multi-species language model.
|
|
12 |
- **Domain**: Biomedical
|
13 |
- **Base architecture**: [MPT](https://huggingface.co/mosaicml/mpt-7b)
|
14 |
|
15 |
-
[!image](P3GPT_architecture.png)
|
16 |
-
|
17 |
-
|
18 |
### Run model using endpoint step by step
|
19 |
|
20 |
|
@@ -232,4 +239,4 @@ Here is output:
|
|
232 |
---
|
233 |
|
234 |
## Multi-Modality
|
235 |
-
Applies by default in tasks where you pass a signature. For each gene in up- and down- lists the model gets embeddings from Knowledge Graph and Text NNs. Then embeddings are averaged in order to obtain one embedding for each modality for each gene list (4 averaged embeddings in total).
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- drug discovery
|
7 |
+
- chemistry
|
8 |
+
- biology
|
9 |
+
- omics
|
10 |
---
|
11 |
|
12 |
+
<h1 align="center"> Precious3GPT </h1>
|
13 |
+
<h3 align="center"> A multimodal multi-omics multi-species multi-tissue language model. </h3>
|
14 |
+
<p align="center">
|
15 |
+
📃 <a href=" https://doi.org/10.1101/2024.07.25.605062" target="_blank">Pre-print</a> • 👾 <a href="https://discord.gg/pSjWbmjX" target="_blank">Discord bot</a> • 🧬 <a href="https://insilico.com/repository/precious3gpt" target="_blank">Validation digest</a> <br>
|
16 |
+
</p>
|
17 |
+
<div align=center><img src="P3GPT_architecture.png" width="70%" height="70%" /></div>
|
18 |
|
19 |
- **Developer**: [Insilico Medicine](https://insilico.com/precious)
|
20 |
- **License**: cc-by-nc-4.0
|
|
|
22 |
- **Domain**: Biomedical
|
23 |
- **Base architecture**: [MPT](https://huggingface.co/mosaicml/mpt-7b)
|
24 |
|
|
|
|
|
|
|
25 |
### Run model using endpoint step by step
|
26 |
|
27 |
|
|
|
239 |
---
|
240 |
|
241 |
## Multi-Modality
|
242 |
+
Applies by default in tasks where you pass a signature. For each gene in up- and down- lists the model gets embeddings from Knowledge Graph and Text NNs. Then embeddings are averaged in order to obtain one embedding for each modality for each gene list (4 averaged embeddings in total).
|