Update README.md
Browse files
README.md
CHANGED
@@ -121,7 +121,7 @@ Load this model using the `from_pretrained` method:
|
|
121 |
from model2vec import StaticModel
|
122 |
|
123 |
# Load a pretrained Model2Vec model
|
124 |
-
model = StaticModel.from_pretrained("cnmoro/multilingual-e5-small-distilled-
|
125 |
|
126 |
# Compute text embeddings
|
127 |
embeddings = model.encode(["Example sentence"])
|
|
|
121 |
from model2vec import StaticModel
|
122 |
|
123 |
# Load a pretrained Model2Vec model
|
124 |
+
model = StaticModel.from_pretrained("cnmoro/multilingual-e5-small-distilled-16m")
|
125 |
|
126 |
# Compute text embeddings
|
127 |
embeddings = model.encode(["Example sentence"])
|