asi commited on
Commit
0ba8acf
1 Parent(s): 1fdea9c

:books: add documentation

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ Here is how to use this model to get the features of a given text using [Sentenc
32
  ```python
33
  from sentence_transformers import SentenceTransformer
34
 
35
- model = SentenceTransformer('flax-sentence-embeddings/all_datasets_v4_MiniLM-L6')
36
  text = "Replace me by any text you'd like."
37
  text_embbedding = model.encode(text)
38
  # array([-0.01559514, 0.04046123, 0.1317083 , 0.00085931, 0.04585106,
32
  ```python
33
  from sentence_transformers import SentenceTransformer
34
 
35
+ model = SentenceTransformer('flax-sentence-embeddings/all_datasets_v3_MiniLM-L6')
36
  text = "Replace me by any text you'd like."
37
  text_embbedding = model.encode(text)
38
  # array([-0.01559514, 0.04046123, 0.1317083 , 0.00085931, 0.04585106,