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