docs: refresh attribution for full model catalog
Browse files
README.md
CHANGED
|
@@ -1,11 +1,16 @@
|
|
| 1 |
-
#
|
| 2 |
|
| 3 |
-
Self-hosted
|
| 4 |
-
Mirrored from upstream permissive (Apache-2.0/MIT) sources; weights unmodified.
|
| 5 |
|
| 6 |
-
|
| 7 |
|
| 8 |
-
|
| 9 |
-
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Embedding Models
|
| 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/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 |
+
| `all-MiniLM-L6-v2` | [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) | Apache-2.0 | dense embedding, 384d |
|
| 10 |
+
| `bge-base-en-v1.5` | [BAAI/bge-base-en-v1.5](https://huggingface.co/BAAI/bge-base-en-v1.5) | MIT | dense embedding, 768d |
|
| 11 |
+
| `bge-large-en-v1.5` | [BAAI/bge-large-en-v1.5](https://huggingface.co/BAAI/bge-large-en-v1.5) | MIT | dense embedding, 1024d |
|
| 12 |
+
| `multilingual-e5-base` | [intfloat/multilingual-e5-base](https://huggingface.co/intfloat/multilingual-e5-base) | MIT | multilingual dense, 768d |
|
| 13 |
+
| `gte-modernbert-base` | [Alibaba-NLP/gte-modernbert-base](https://huggingface.co/Alibaba-NLP/gte-modernbert-base) | Apache-2.0 | dense embedding, 768d, 8k ctx (default) |
|
| 14 |
+
| `potion-base-8m` | [minishlab/potion-base-8M](https://huggingface.co/minishlab/potion-base-8M) | MIT | static model2vec, 256d, no ORT |
|
| 15 |
+
| `arctic-embed-m-v2.0` | [Snowflake/snowflake-arctic-embed-m-v2.0](https://huggingface.co/Snowflake/snowflake-arctic-embed-m-v2.0) | Apache-2.0 | asymmetric multilingual dense, 768d |
|
| 16 |
+
| `qwen3-embedding-0.6b` | [Qwen/Qwen3-Embedding-0.6B](https://huggingface.co/Qwen/Qwen3-Embedding-0.6B) | Apache-2.0 | decoder dense, 1024d, last-token, 32k ctx |
|