ZQ-Dev commited on
Commit
fd06b2e
·
verified ·
1 Parent(s): f89016c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - Kwaipilot/KAT-Coder-V2.5-Dev
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - mlx
8
+ ---
9
+
10
+ # KAT-Coder-V2.5-Dev-oQ5e
11
+
12
+ A 5-bit enhanced oQ quantization of
13
+ [Kwaipilot/KAT-Coder-V2.5-Dev](https://huggingface.co/Kwaipilot/KAT-Coder-V2.5-Dev)
14
+ for Apple Silicon and MLX-compatible runtimes.
15
+
16
+ ## Quantization details
17
+
18
+ The full calibration summary is available in
19
+ [`oq_imatrix_report.json`](./oq_imatrix_report.json).
20
+
21
+ ## License
22
+ Apache 2.0, inherited from the base model.