Commit ea837a5
Sentence Transformers v5.0 - Sparse Encoder Models (#2924)
* Add an initial draft for Sentence Transformers v5.0
* Finish the Trainer section, add evaluation section
* Add a section on what Sparse Embedding models are
* Add table of contents
* Relocate Contrastive Sparse Representation (CSR) section and Inference-free Splade for clarity
* Update table of contents
* Add Vector Database Integration section with Qdrant example + cite CSR paper
* Add training examples and resources for sparse embedding models
* Add some commas
* Unindent inference script
* Use human-first titles in additional resources
* Add section on pretrained sparse encoders and SPLADE Models collection
* Update inference-free Splade implementation to use SparseStaticEmbedding module and chnage lambda associated code
* corpus_regularizer -> document_regularizer
* Add _blog.yml with release date
* Remove incorrect documentation list item
* Update model link
* Update SPLADE Models collection link
* CSRSparsity -> SparseAutoEncoder
* "generally" use expansion
* Update variable name
* Fix link
* Update link to Loss Overview
* Update HPO link
---------
Co-authored-by: arthurbr11 <[email protected]>1 parent bfcde35 commit ea837a5
2 files changed
+864
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6228 | 6228 | | |
6229 | 6229 | | |
6230 | 6230 | | |
| 6231 | + | |
| 6232 | + | |
| 6233 | + | |
| 6234 | + | |
| 6235 | + | |
| 6236 | + | |
| 6237 | + | |
| 6238 | + | |
| 6239 | + | |
| 6240 | + | |
| 6241 | + | |
0 commit comments