agentlans commited on
Commit
99c1995
1 Parent(s): fcc77fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -96,7 +96,7 @@ Then you can load this model and run inference.
96
  from sentence_transformers import SentenceTransformer
97
 
98
  # Download from the 🤗 Hub
99
- model = SentenceTransformer("sentence_transformers_model_id")
100
  # Run inference
101
  sentences = [
102
  'What do they think it is that prevents the products of human ingenuity from being themselves, fruits of the tree of life, and hence, in some sense, obeying evolutionary rules?',
 
96
  from sentence_transformers import SentenceTransformer
97
 
98
  # Download from the 🤗 Hub
99
+ model = SentenceTransformer("agentlans/multilingual-e5-small-aligned")
100
  # Run inference
101
  sentences = [
102
  'What do they think it is that prevents the products of human ingenuity from being themselves, fruits of the tree of life, and hence, in some sense, obeying evolutionary rules?',