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 |
+
# Late Interaction 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/late_interaction/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 |
+
| `colbert-small-v1` | [answerdotai/answerai-colbert-small-v1](https://huggingface.co/answerdotai/answerai-colbert-small-v1) | Apache-2.0 | ColBERT late-interaction, 96d |
|
| 10 |
+
| `gte-moderncolbert-v1` | [lightonai/GTE-ModernColBERT-v1](https://huggingface.co/lightonai/GTE-ModernColBERT-v1) | Apache-2.0 | ColBERT late-interaction, 128d (default) |
|