Update README.md
Browse files
README.md
CHANGED
|
@@ -123,7 +123,7 @@ Then you can load this model and run inference.
|
|
| 123 |
from sentence_transformers import SentenceTransformer
|
| 124 |
|
| 125 |
# Download from the 🤗 Hub
|
| 126 |
-
model = SentenceTransformer("panalexeu/xlm-roberta-ua-distilled
|
| 127 |
# Run inference
|
| 128 |
sentences = [
|
| 129 |
"You'd better consult the doctor.",
|
|
|
|
| 123 |
from sentence_transformers import SentenceTransformer
|
| 124 |
|
| 125 |
# Download from the 🤗 Hub
|
| 126 |
+
model = SentenceTransformer("panalexeu/xlm-roberta-ua-distilled")
|
| 127 |
# Run inference
|
| 128 |
sentences = [
|
| 129 |
"You'd better consult the doctor.",
|