cnmoro commited on
Commit
b24260b
·
verified ·
1 Parent(s): 216a8ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/static-nomic-large")
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"])