prithivMLmods commited on
Commit
e27d871
·
verified ·
1 Parent(s): 76f9543

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -12,4 +12,34 @@ tags:
12
 
13
  # **Arch-Router-1.5B**
14
 
15
- > Arch-Router-1.5B introduces a preference-aligned routing framework that guides model selection by matching queries to user-defined domains (e.g., travel) or action types (e.g., image editing) -- offering a practical mechanism to encode preferences in routing decisions. Specifically, we introduce Arch-Router, a compact 1.5B model that learns to map queries to domain-action preferences for model routing decisions. Experiments on conversational datasets demonstrate that our approach achieves state-of-the-art (SOTA) results in matching queries with human preferences, outperforming top proprietary models.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  # **Arch-Router-1.5B**
14
 
15
+ > Arch-Router-1.5B introduces a preference-aligned routing framework that guides model selection by matching queries to user-defined domains (e.g., travel) or action types (e.g., image editing) -- offering a practical mechanism to encode preferences in routing decisions. Specifically, we introduce Arch-Router, a compact 1.5B model that learns to map queries to domain-action preferences for model routing decisions. Experiments on conversational datasets demonstrate that our approach achieves state-of-the-art (SOTA) results in matching queries with human preferences, outperforming top proprietary models.
16
+
17
+ ## Model Files
18
+
19
+ | File Name | Size | Type | Description |
20
+ |-----------|------|------|-------------|
21
+ | Arch-Router-1.5B.Q2_K.gguf | 676 MB | Model | Q2_K quantized model (smallest) |
22
+ | Arch-Router-1.5B.Q3_K_S.gguf | 761 MB | Model | Q3_K_S quantized model |
23
+ | Arch-Router-1.5B.Q3_K_M.gguf | 824 MB | Model | Q3_K_M quantized model |
24
+ | Arch-Router-1.5B.Q3_K_L.gguf | 880 MB | Model | Q3_K_L quantized model |
25
+ | Arch-Router-1.5B.Q4_K_S.gguf | 940 MB | Model | Q4_K_S quantized model |
26
+ | Arch-Router-1.5B.Q4_K_M.gguf | 986 MB | Model | Q4_K_M quantized model |
27
+ | Arch-Router-1.5B.Q5_K_S.gguf | 1.1 GB | Model | Q5_K_S quantized model |
28
+ | Arch-Router-1.5B.Q5_K_M.gguf | 1.13 GB | Model | Q5_K_M quantized model |
29
+ | Arch-Router-1.5B.Q6_K.gguf | 1.27 GB | Model | Q6_K quantized model |
30
+ | Arch-Router-1.5B.Q8_0.gguf | 1.65 GB | Model | Q8_0 quantized model |
31
+ | Arch-Router-1.5B.BF16.gguf | 3.09 GB | Model | BF16 precision model |
32
+ | Arch-Router-1.5B.F16.gguf | 3.09 GB | Model | F16 precision model |
33
+ | Arch-Router-1.5B.F32.gguf | 6.18 GB | Model | F32 full precision model (largest) |
34
+ | .gitattributes | 2.49 kB | Config | Git LFS configuration |
35
+ | config.json | 31 Bytes | Config | Model configuration |
36
+ | README.md | 173 Bytes | Documentation | Repository documentation |
37
+
38
+ ## Quants Usage
39
+
40
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
41
+
42
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
43
+ types (lower is better):
44
+
45
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)