Update README.md
Browse files
README.md
CHANGED
@@ -2678,7 +2678,7 @@ sentences = ['classification: the quick brown fox']
|
|
2678 |
embeddings = model.encode(sentences)
|
2679 |
print(embeddings)
|
2680 |
```
|
2681 |
-
|
2682 |
|
2683 |
### Sentence Transformers
|
2684 |
```python
|
|
|
2678 |
embeddings = model.encode(sentences)
|
2679 |
print(embeddings)
|
2680 |
```
|
2681 |
+
|
2682 |
|
2683 |
### Sentence Transformers
|
2684 |
```python
|