ebetica commited on
Commit
da29290
·
verified ·
1 Parent(s): ee2e9f7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -42,7 +42,7 @@ ESMfold2 was evaluated against state-of-the-art single-sequence and MSA-based st
42
 
43
  ![][image1]
44
 
45
- Refer to the [paper](https://biohub.ai/papers/esmc.pdf) for details on additional performance metrics.
46
 
47
  ### Usage
48
 
@@ -142,9 +142,7 @@ protein = ProteinInput(
142
  )
143
  ligand = LigandInput(id="L", ccd=["ATP"])
144
 
145
- # TODO: replace ``esmc-fold-flash-2604`` with the public ESMFold2 model name
146
- # once the Biohub Platform inference server announces it.
147
- client = esmfold2_client(model="esmc-fold-flash-2604", token=os.environ["ESM_API_KEY"])
148
 
149
  spi = StructurePredictionInput(sequences=[protein, ligand])
150
  result = client.fold_all_atom(
 
42
 
43
  ![][image1]
44
 
45
+ Refer to the [paper](https://biohub.ai/papers/esm_protein.pdf) for details on additional performance metrics.
46
 
47
  ### Usage
48
 
 
142
  )
143
  ligand = LigandInput(id="L", ccd=["ATP"])
144
 
145
+ client = esmfold2_client(model="esmfold2-fast-2026-05", token=os.environ["ESM_API_KEY"])
 
 
146
 
147
  spi = StructurePredictionInput(sequences=[protein, ligand])
148
  result = client.fold_all_atom(