fix: IDF note
#3
by
Anush008
- opened
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 |
-
|
|
|
|
|
|
|
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 |
|