lhallee commited on
Commit
86e0aab
·
verified ·
1 Parent(s): 4d80e4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ model = AutoModelForMaskedLM.from_pretrained('Synthyra/ESMplusplus_large', trust
43
  ```
44
 
45
  ## Embed entire datasets with no new code
46
- To embed a list of protein sequences **fast**, just call embed_dataset. Sequences are sorted to reduce padding tokens, so the progress bar is usually much longer than the actual time.
47
  ```python
48
  embeddings = model.embed_dataset(
49
  sequences=sequences, # list of protein strings
 
43
  ```
44
 
45
  ## Embed entire datasets with no new code
46
+ To embed a list of protein sequences **fast**, just call embed_dataset. Sequences are sorted to reduce padding tokens, so the initial progress bar estimation is usually much longer than the actual time.
47
  ```python
48
  embeddings = model.embed_dataset(
49
  sequences=sequences, # list of protein strings