naamanhirschfeld commited on
Commit
6860d1e
·
verified ·
1 Parent(s): 49e6df3

docs: refresh attribution for full model catalog

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,8 +1,10 @@
1
- # sparse-embeddings
2
 
3
- Self-hosted ONNX models for [xberg](https://github.com/xberg-io/xberg).
4
- Mirrored from upstream permissive (Apache-2.0/MIT) sources; weights unmodified.
5
 
6
- ## Contents & attribution
7
 
8
- - **`splade/`** prithivida/Splade_PP_en_v1 (Apache-2.0). License: Apache-2.0.
 
 
 
 
1
+ # Sparse Embeddings
2
 
3
+ Self-hosted mirror of permissively-licensed retrieval models used by [xberg](https://github.com/xberg-io/xberg). Weights are unmodified; every file is sha256-pinned in the xberg source tree (`crates/xberg/src/sparse_embeddings/presets.sha256sum`) and verified at download.
 
4
 
5
+ All models are Apache-2.0 or MIT licensed. Attribution to each upstream author below.
6
 
7
+ | Model | Upstream | License | Notes |
8
+ |---|---|---|---|
9
+ | `splade` | [prithivida/Splade_PP_en_v1](https://huggingface.co/prithivida/Splade_PP_en_v1) | Apache-2.0 | SPLADE learned sparse |
10
+ | `opensearch-v3-distill` | [opensearch-project/opensearch-neural-sparse-encoding-doc-v3-distill](https://huggingface.co/opensearch-project/opensearch-neural-sparse-encoding-doc-v3-distill) | Apache-2.0 | SPLADE sparse (default) |