We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b90ff94 + d9a8dc4 commit 10ed2a8Copy full SHA for 10ed2a8
docs/quickstart.md
@@ -30,7 +30,7 @@ The sentences (texts) are mapped such that sentences with similar meanings are c
30
31
```python
32
from sentence_transformers import SentenceTransformer, util
33
-model = SentenceTransformer('paraphrase-distilroberta-base-v1)
+model = SentenceTransformer('paraphrase-distilroberta-base-v1')
34
35
#Sentences are encoded by calling model.encode()
36
emb1 = model.encode("This is a red cat with a hat.")
0 commit comments