Update README.md
Browse files
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
|