ctrltokyo commited on
Commit
80b37cd
·
verified ·
1 Parent(s): ebf96ad

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - gguf
4
+ - modernbert
5
+ - colbert
6
+ - reasoning
7
+ - late-interaction
8
+ license: apache-2.0
9
+ base_model: ctrltokyo/OpenReason-ModernColBERT
10
+ ---
11
+
12
+ # OpenReason-ModernColBERT GGUF
13
+
14
+ GGUF conversion of [ctrltokyo/OpenReason-ModernColBERT](https://huggingface.co/ctrltokyo/OpenReason-ModernColBERT) for use with [litembeddings](https://github.com/alexandernicholson/litembeddings).
15
+
16
+ ## Files
17
+
18
+ | File | Size | Description |
19
+ |------|------|-------------|
20
+ | openreason-moderncolbert-Q8_0.gguf | 153M | Q8_0 quantized ModernBERT encoder |
21
+ | openreason-moderncolbert-Q8_0.projection | 385K | ColBERT 768 to 128 linear projection |
22
+
23
+ ## Usage with litembeddings
24
+
25
+
26
+
27
+ ## Source Model
28
+
29
+ - Architecture: ModernBERT (150M params)
30
+ - Training: Fine-tuned on BRIGHT benchmark reasoning tasks
31
+ - Base: lightonai/GTE-ModernColBERT-v1
32
+ - License: Apache 2.0