Update README.md
Browse files
README.md
CHANGED
@@ -484,7 +484,7 @@ Load this model using the `from_pretrained` method:
|
|
484 |
from model2vec import StaticModel
|
485 |
|
486 |
# Load a pretrained Model2Vec model
|
487 |
-
model = StaticModel.from_pretrained("cnmoro/
|
488 |
|
489 |
# Compute text embeddings
|
490 |
embeddings = model.encode(["Example sentence"])
|
|
|
484 |
from model2vec import StaticModel
|
485 |
|
486 |
# Load a pretrained Model2Vec model
|
487 |
+
model = StaticModel.from_pretrained("cnmoro/nomic-embed-text-v2-moe-distilled-high-quality")
|
488 |
|
489 |
# Compute text embeddings
|
490 |
embeddings = model.encode(["Example sentence"])
|