takarajordan
commited on
Commit
•
4e9d98f
1
Parent(s):
97338bc
Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ Load this model using the `from_pretrained` method:
|
|
29 |
from model2vec import StaticModel
|
30 |
|
31 |
# Load a pretrained Model2Vec model
|
32 |
-
model = StaticModel.from_pretrained("e5-small-v2-distilled")
|
33 |
|
34 |
# Compute text embeddings
|
35 |
embeddings = model.encode(["Example sentence"])
|
|
|
29 |
from model2vec import StaticModel
|
30 |
|
31 |
# Load a pretrained Model2Vec model
|
32 |
+
model = StaticModel.from_pretrained("takara-ai/e5-small-v2-static-distilled")
|
33 |
|
34 |
# Compute text embeddings
|
35 |
embeddings = model.encode(["Example sentence"])
|