naamanhirschfeld commited on
Commit
689cc2e
·
verified ·
1 Parent(s): 0d87532

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
- # late-interaction-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
- - **`colbert-small-v1/`** answerdotai/answerai-colbert-small-v1 (Apache-2.0). License: Apache-2.0.
 
 
 
 
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) |