Skip to content

Commit fc1f54f

Browse files
committed
Deprecated use_ann
1 parent 3e45a63 commit fc1f54f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ from semhash import SemHash
280280
texts = load_dataset("ag_news", split="train")["text"]
281281

282282
# Load an embedding model (in this example, a multilingual model)
283-
model = StaticModel.from_pretrained("minishlab/M2V_multilingual_output")
283+
model = StaticModel.from_pretrained("minishlab/potion-multilingual-128M")
284284

285285
# Initialize a SemHash with the model and custom encoder
286286
semhash = SemHash.from_records(records=texts, model=model)

0 commit comments

Comments
 (0)