asi commited on
Commit
a02c9dc
1 Parent(s): eca213d

:books: add documentation

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