LTEnjoy commited on
Commit
b0bbd71
1 Parent(s): 911d039

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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/ProTrek_35M_UniRef50/esm2_t33_650M_UR50D",
29
- "text_config": "weights/ProTrek_35M_UniRef50/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext",
30
- "structure_config": "weights/ProTrek_35M_UniRef50/foldseek_t30_150M",
31
  "load_protein_pretrained": False,
32
  "load_text_pretrained": False,
33
- "from_checkpoint": "weights/ProTrek_35M_UniRef50/ProTrek_650M_UniRef50.pt"
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"