Feature Extraction
sentence-transformers
Safetensors
English
bert
sparse-encoder
sparse
splade
Generated from Trainer
dataset_size:1000000
loss:SpladeLoss
loss:SparseMarginMSELoss
loss:FlopsLoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use rasyosef/splade-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use rasyosef/splade-mini with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("rasyosef/splade-mini") 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] - Inference
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -128,7 +128,6 @@ model-index:
|
|
| 128 |
- type: corpus_sparsity_ratio
|
| 129 |
value: 0.9942712788405814
|
| 130 |
name: Corpus Sparsity Ratio
|
| 131 |
-
license: mit
|
| 132 |
datasets:
|
| 133 |
- microsoft/ms_marco
|
| 134 |
language:
|
|
|
|
| 128 |
- type: corpus_sparsity_ratio
|
| 129 |
value: 0.9942712788405814
|
| 130 |
name: Corpus Sparsity Ratio
|
|
|
|
| 131 |
datasets:
|
| 132 |
- microsoft/ms_marco
|
| 133 |
language:
|