Update README.md with the full model name

#1
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -141,7 +141,7 @@ Load this model using the `from_pretrained` method:
141
  from model2vec import StaticModel
142
 
143
  # Load a pretrained Model2Vec model
144
- model = StaticModel.from_pretrained("potion-multilingual-128M")
145
 
146
  # Compute text embeddings
147
  embeddings = model.encode(["Example sentence"])
 
141
  from model2vec import StaticModel
142
 
143
  # Load a pretrained Model2Vec model
144
+ model = StaticModel.from_pretrained("minishlab/potion-multilingual-128M")
145
 
146
  # Compute text embeddings
147
  embeddings = model.encode(["Example sentence"])