inferencerlabs commited on
Commit
8f4caa7
·
verified ·
1 Parent(s): 7026771

Upload model file

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - quantized
5
+ - mlx
6
+ base_model:
7
+ - moonshotai/Kimi-K2.6
8
+ base_model_relation: quantized
9
+ library_name: mlx
10
+ pipeline_tag: image-text-to-text
11
+ ---
12
+ # NOTICE
13
+ <marquee direction="left" width="400">
14
+ <h1 style="font-size: 60px; color: red;">CURRENTLY UPLOADING...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h1>
15
+ </marquee>
16
+
17
+ **See Kimi-K2.6 MLX in action - [demonstration video](https://youtu.be/5tO6cnlgPmw)**
18
+
19
+ #### Tested on a M3 Ultra 512GB RAM using [Inferencer app v1.11.0](https://inferencer.com)
20
+ - Text inference: ~21.04 tokens/s @ 1000 tokens ~425 GiB (debug build)
21
+ - Batched inference: ~30.1 tokens/s @ 2x
22
+ - Vision inference: ~18.28 tokens/s
23
+ </table>
24
+
25
+ <p style="margin-bottom:0px;">
26
+ <strong>Q3.5-INF uses the data-agnostic INF method tuned to yield maximum general accuracy within a 512GB memory budget</strong>
27
+ Due to system memory constraints, the base generation required inferencing directly from SSD and was limited to the first 512 tokens for our coding tests. To address this, generation was configured to output complex functionality from the start rather than incremental scaffolding. While this setup differs from typical usage, it stresses early-token accuracy and the observed trends appear consistent with those seen in larger-scale evaluations of other models. These figures may be updated in future with larger runs.
28
+ </p>
29
+ <table style="border-collapse: collapse; text-align:center; margin-top:10px; margin-bottom:0px;">
30
+ <thead>
31
+ <tr><th>Quantization (bpw)</th><th>Perplexity</th><th>Token Accuracy</th><th>Missed Divergence</th><th>Size</th></tr>
32
+ </thead>
33
+ <tbody>
34
+ <tr><td><strong>Q3.5</strong></td><td>1.1328125</td><td>94.92%</td><td>42.71%</td><td>450.19GB</td></tr>
35
+ <tr><td><strong>Q3.5-INF</strong></td><td>1.078125</td><td>96.67%</td><td>22.04%</td><td>455.68GB</td></tr>
36
+ <tr><td><strong>Q3.6</strong></td><td>1.1484375</td><td>94.72%</td><td>48.72%</td><td>470.99GB</td></tr>
37
+ <tr><td><strong>Base</strong></td><td></td><td>100%</td><td>0.000%</td><td>658.59GB</td></tr>
38
+ </tbody>
39
+ </table>
40
+
41
+ <ul>
42
+ <li style="margin:0;">Perplexity: Measures the confidence for predicting base tokens (lower is better)</li>
43
+ <li style="margin:0;">Token Accuracy: The percentage of correctly generated base tokens</li>
44
+ <li style="margin:0;">Missed Divergence: Measures severity of misses; how much the token was missed by</li>
45
+ </ul>
46
+
47
+ ##### Quantized with a modified version of [MLX](https://github.com/ml-explore/mlx)
48
+ ##### For more details see [demonstration video](https://youtu.be/5tO6cnlgPmw) or visit [Kimi-K2.6](https://huggingface.co/moonshotai/Kimi-K2.6).
49
+
50
+ ## Disclaimer
51
+
52
+ We are not the creator, originator, or owner of any model listed. Each model is created and provided by third parties. Models may not always be accurate or contextually appropriate. You are responsible for verifying the information before making important decisions. We are not liable for any damages, losses, or issues arising from its use, including data loss or inaccuracies in AI-generated content.