lhallee commited on
Commit
5eab6c6
·
verified ·
1 Parent(s): c875623

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ print(embeddings.shape) # (1, 11, 1280)
30
  ```
31
 
32
  ## Embed entire datasets with no new code
33
- 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.
34
  ```python
35
  embeddings = model.embed_dataset(
36
  sequences=sequences, # list of protein strings
 
30
  ```
31
 
32
  ## Embed entire datasets with no new code
33
+ 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.
34
  ```python
35
  embeddings = model.embed_dataset(
36
  sequences=sequences, # list of protein strings