Update README.md
Browse files
README.md
CHANGED
@@ -25,12 +25,12 @@ from utils.foldseek_util import get_struc_seq
|
|
25 |
|
26 |
# Load model
|
27 |
config = {
|
28 |
-
"protein_config": "weights/
|
29 |
-
"text_config": "weights/
|
30 |
-
"structure_config": "weights/
|
31 |
"load_protein_pretrained": False,
|
32 |
"load_text_pretrained": False,
|
33 |
-
"from_checkpoint": "weights/
|
34 |
}
|
35 |
|
36 |
device = "cuda"
|
|
|
25 |
|
26 |
# Load model
|
27 |
config = {
|
28 |
+
"protein_config": "weights/ProTrek_650M_UniRef50/esm2_t33_650M_UR50D",
|
29 |
+
"text_config": "weights/ProTrek_650M_UniRef50/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext",
|
30 |
+
"structure_config": "weights/ProTrek_650M_UniRef50/foldseek_t30_150M",
|
31 |
"load_protein_pretrained": False,
|
32 |
"load_text_pretrained": False,
|
33 |
+
"from_checkpoint": "weights/ProTrek_650M_UniRef50/ProTrek_650M_UniRef50.pt"
|
34 |
}
|
35 |
|
36 |
device = "cuda"
|