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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -14,7 +14,11 @@ print(embedding)
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.
20
 
 
14
 
15
 
16
  # tiny_64_all-MiniLM-L6-v2
17
+ This is a [sentence-transformers](https://www.SBERT.net) model:
18
+
19
+ It maps sentences & paragraphs to a 64 dimensional dense vector space and can be used for tasks like clustering or semantic search.
20
+
21
+ This gives it faster similarity comparison time although inference time will remain about the same.
22
 
23
  This model was made using knowledge distillation techniques on the original 384 dimensional all-MiniLM-L6-v2 model.
24