Adding doc
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ pip install -U sentence-transformers
|
|
32 |
Then you can use the model like this:
|
33 |
```python
|
34 |
from sentence_transformers import SentenceTransformer
|
35 |
-
sentences = ["
|
36 |
|
37 |
model = SentenceTransformer('sentence-transformers/paraphrase-spanish-distilroberta')
|
38 |
embeddings = model.encode(sentences)
|
|
|
32 |
Then you can use the model like this:
|
33 |
```python
|
34 |
from sentence_transformers import SentenceTransformer
|
35 |
+
sentences = ["Este es un ejemplo", "Cada oración es transformada"]
|
36 |
|
37 |
model = SentenceTransformer('sentence-transformers/paraphrase-spanish-distilroberta')
|
38 |
embeddings = model.encode(sentences)
|