docs: refresh attribution for full model catalog
Browse files
README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
-
#
|
| 2 |
|
| 3 |
-
Self-hosted
|
| 4 |
-
Mirrored from upstream permissive (Apache-2.0/MIT) sources; weights unmodified.
|
| 5 |
|
| 6 |
-
|
| 7 |
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 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) |
|