Anush008 commited on
Commit
6afa911
1 Parent(s): 7dab1a1

fix: IDF note

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -4,9 +4,11 @@ language:
4
  - en
5
  pipeline_tag: sentence-similarity
6
  ---
7
- ONNX port of [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) adjusted to return attention weights.
8
 
9
- This model is intended to be used for [BM42 searches](https://qdrant.tech/articles/bm42/).
 
 
 
10
 
11
  ### Usage
12
 
 
4
  - en
5
  pipeline_tag: sentence-similarity
6
  ---
 
7
 
8
+ ONNX port of [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) adjusted to return attention weights. To be used for [BM42 searches](https://qdrant.tech/articles/bm42/).
9
+
10
+ > Note:
11
+ This model is supposed to be used with Qdrant. Vectors have to be configured with [Modifier.IDF](https://qdrant.tech/documentation/concepts/indexing/?q=modifier#idf-modifier).
12
 
13
  ### Usage
14