prithivida
commited on
Commit
•
2027446
1
Parent(s):
88ab6ff
Update README.md
Browse files
README.md
CHANGED
@@ -65,6 +65,8 @@ The model learns to project it's learned dense representations over a MLM head t
|
|
65 |
|
66 |
</details>
|
67 |
|
|
|
|
|
68 |
|
69 |
## 2. Motivation:
|
70 |
SPLADE models are a fine balance between retrieval effectiveness (quality) and retrieval efficiency (latency and $), with that in mind we did **very minor retrieval efficiency tweaks** to make it more suitable for a industry setting.
|
@@ -81,7 +83,6 @@ SPLADE models are a fine balance between retrieval effectiveness (quality) and r
|
|
81 |
|
82 |
*Note: The paper refers to the best performing models as SPLADE++, hence for consistency we are reusing the same.*
|
83 |
|
84 |
-
[**JUMP TO "USAGE" to try it out**](#htu) or continue for more details.
|
85 |
|
86 |
<br/>
|
87 |
|
@@ -161,7 +162,11 @@ Ofcourse if it doesnt matter you could always use these models with Huggingface
|
|
161 |
<h1 id="htu">How to use? </h1>
|
162 |
|
163 |
|
164 |
-
##
|
|
|
|
|
|
|
|
|
165 |
|
166 |
[SPLADERunner Library](https://github.com/PrithivirajDamodaran/SPLADERunner)
|
167 |
|
@@ -180,7 +185,7 @@ sparse_rep = expander.expand(
|
|
180 |
|
181 |
|
182 |
|
183 |
-
##
|
184 |
|
185 |
**NOTEBOOK user? Login first**
|
186 |
|
|
|
65 |
|
66 |
</details>
|
67 |
|
68 |
+
## **[Skip to "HOW TO USE with POPULAR VECTORDBs and more"](#htu) or continue for more details.**
|
69 |
+
|
70 |
|
71 |
## 2. Motivation:
|
72 |
SPLADE models are a fine balance between retrieval effectiveness (quality) and retrieval efficiency (latency and $), with that in mind we did **very minor retrieval efficiency tweaks** to make it more suitable for a industry setting.
|
|
|
83 |
|
84 |
*Note: The paper refers to the best performing models as SPLADE++, hence for consistency we are reusing the same.*
|
85 |
|
|
|
86 |
|
87 |
<br/>
|
88 |
|
|
|
162 |
<h1 id="htu">How to use? </h1>
|
163 |
|
164 |
|
165 |
+
## 6a. With Popular VectorDBs
|
166 |
+
- With Pinecone - [![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1fB6LheD9wYG0G-nBHiz0z2juvljrsBum?usp=sharing)
|
167 |
+
- With Qdrant - [![](https://colab.research.google.com/assets/colab-badge.svg)]()
|
168 |
+
|
169 |
+
## 6b. With SPLADERunner Library
|
170 |
|
171 |
[SPLADERunner Library](https://github.com/PrithivirajDamodaran/SPLADERunner)
|
172 |
|
|
|
185 |
|
186 |
|
187 |
|
188 |
+
## 6c. With HuggingFace
|
189 |
|
190 |
**NOTEBOOK user? Login first**
|
191 |
|