Skip to content

Commit adec950

Browse files
committed
Updated example
1 parent b8bb604 commit adec950

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
@@ -36,7 +36,7 @@ model_name = "minishlab/M2V_base_output"
3636
model = StaticModel.from_pretrained(model_name)
3737

3838
# Make embeddings
39-
embeddings = model.encode(["It's dangerous to go alone!", "It's a secret to everyone."])
39+
embeddings = model.encode(["It's dangerous to go alone!", "It's a secret to everybody."])
4040
```
4141

4242
And that's it. You can use the model to classify texts, to cluster, or to build a RAG system.

0 commit comments

Comments
 (0)