naamanhirschfeld commited on
Commit
273bd01
·
verified ·
1 Parent(s): 407281e

docs: refresh attribution for full model catalog

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -1,11 +1,16 @@
1
- # embedding-models
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
- - **`all-MiniLM-L6-v2/`** sentence-transformers/all-MiniLM-L6-v2 (Apache-2.0); ONNX by Xenova (Apache-2.0). License: Apache-2.0.
9
- - **`bge-base-en-v1.5/`** — BAAI/bge-base-en-v1.5 (MIT); ONNX by Xenova (MIT). License: MIT.
10
- - **`bge-large-en-v1.5/`** BAAI/bge-large-en-v1.5 (MIT); ONNX by Xenova (MIT). License: MIT.
11
- - **`multilingual-e5-base/`** intfloat/multilingual-e5-base (MIT). License: MIT.
 
 
 
 
 
 
 
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 |