We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bb604 commit adec950Copy full SHA for adec950
1 file changed
README.md
@@ -36,7 +36,7 @@ model_name = "minishlab/M2V_base_output"
36
model = StaticModel.from_pretrained(model_name)
37
38
# Make embeddings
39
-embeddings = model.encode(["It's dangerous to go alone!", "It's a secret to everyone."])
+embeddings = model.encode(["It's dangerous to go alone!", "It's a secret to everybody."])
40
```
41
42
And that's it. You can use the model to classify texts, to cluster, or to build a RAG system.
0 commit comments