ClovenDoug commited on
Commit
f4dbbac
·
verified ·
1 Parent(s): de11c7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,7 +3,7 @@
3
  ```python
4
  from sentence_transformers import SentenceTransformer
5
 
6
- model = SentenceTransformer("ClovenDoug/small_64_all-MiniLM-L6-v2")
7
 
8
  sentence_one = "I like cats"
9
 
@@ -13,7 +13,7 @@ print(embedding)
13
 
14
 
15
 
16
- # small_64_all-MiniLM-L6-v2
17
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 64 dimensional dense vector space and can be used for tasks like clustering or semantic search.
18
 
19
  This model was made using knowledge distillation techniques on the original 384 dimensional all-MiniLM-L6-v2 model.
 
3
  ```python
4
  from sentence_transformers import SentenceTransformer
5
 
6
+ model = SentenceTransformer("ClovenDoug/tiny_64_all-MiniLM-L6-v2")
7
 
8
  sentence_one = "I like cats"
9
 
 
13
 
14
 
15
 
16
+ # tiny_64_all-MiniLM-L6-v2
17
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 64 dimensional dense vector space and can be used for tasks like clustering or semantic search.
18
 
19
  This model was made using knowledge distillation techniques on the original 384 dimensional all-MiniLM-L6-v2 model.