Feature Extraction
sentence-transformers
PyTorch
ONNX
English
bert
splade++
document-expansion
sparse representation
bag-of-words
passage-retrieval
knowledge-distillation
document encoder
sparse-encoder
sparse
splade
text-embeddings-inference
Instructions to use seerware/Splade_PP_en_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use seerware/Splade_PP_en_v2 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("seerware/Splade_PP_en_v2") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,14 @@ library_name: transformers
|
|
| 17 |
pipeline_tag: fill-mask
|
| 18 |
---
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
# Independent Implementation of SPLADE++ Model (`a.k.a splade-cocondenser* and family`) for the Industry setting.
|
| 21 |
--------------
|
| 22 |
|
|
|
|
| 17 |
pipeline_tag: fill-mask
|
| 18 |
---
|
| 19 |
|
| 20 |
+
<center>
|
| 21 |
+
<img src="./dost_logo.png" alt="DonkeyStereotype" width="350px">
|
| 22 |
+
<p> Trained by <a href="https://donkeystereotype.com"/>Donkey Stereotype</p>
|
| 23 |
+
</center>
|
| 24 |
+
|
| 25 |
+
<br><br>
|
| 26 |
+
|
| 27 |
+
|
| 28 |
# Independent Implementation of SPLADE++ Model (`a.k.a splade-cocondenser* and family`) for the Industry setting.
|
| 29 |
--------------
|
| 30 |
|