We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e45a63 commit fc1f54fCopy full SHA for fc1f54f
1 file changed
README.md
@@ -280,7 +280,7 @@ from semhash import SemHash
280
texts = load_dataset("ag_news", split="train")["text"]
281
282
# Load an embedding model (in this example, a multilingual model)
283
-model = StaticModel.from_pretrained("minishlab/M2V_multilingual_output")
+model = StaticModel.from_pretrained("minishlab/potion-multilingual-128M")
284
285
# Initialize a SemHash with the model and custom encoder
286
semhash = SemHash.from_records(records=texts, model=model)
0 commit comments