File size: 2,636 Bytes
d38a72e
 
 
 
 
 
 
 
 
 
b616a0d
 
 
 
 
d38a72e
 
f35d3cb
d38a72e
b7504ac
d38a72e
 
29259b3
 
d38a72e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
language: en
library_name: mlx
tags:
- quantized
- mlx
base_model: XiaomiMiMo/MiMo-V2.5
base_model_relation: quantized
pipeline_tag: text-generation
---
# NOTICE
<marquee direction="left" width="400">
    <h1 style="font-size: 60px; color: red;">CURRENTLY UPLOADING...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h1>
</marquee>

**See MiMo-V2.5 MLX in action - [demonstration videos](https://youtube.com/xcreate)**

#### Tested on a M3 Ultra 512GB RAM using [Inferencer app v1.11.1](https://inferencer.com)
- Text inference: ~28 tokens/s @ 2000 tokens (debug build)
- Omnimodal inference: Not included in this language model (LM) only version
- Memory usage: ~323 GiB

![Screenshot](https://cdn-uploads.huggingface.co/production/uploads/688479d616f1ec82fa645019/NSFLx0coOpGbtelQHIRbN.jpeg)

<p style="margin-bottom:0px;">
<strong>Q9 typically achieves near lossless accuracy in our coding test</strong>
</p>
<table style="border-collapse: collapse; text-align:center; margin-top:10px; margin-bottom:0px;">
<thead>
<tr><th>Quantization (bpw)</th><th>Perplexity</th><th>Token Accuracy</th><th>Missed Divergence</th></tr>
</thead>
<tbody>
<tr><td><strong>Q3.5</strong></td><td>197.0</td><td>44.05%</td><td>72.00%</td></tr>
<tr><td><strong>Q4.5</strong></td><td>1.35937</td><td>89.75%</td><td>28.98%</td></tr>
<tr><td><strong>Q5.5</strong></td><td>1.24218</td><td>94.60%</td><td>17.55%</td></tr>
<tr><td><strong>Q6.5</strong></td><td>1.21875</td><td>96.85%</td><td>16.03%</td></tr>
<tr><td><strong>Q8.5</strong></td><td>1.21875</td><td>97.65%</td><td>9.92%</td></tr>
<tr><td><strong>Q9</strong></td><td>1.21093</td><td>97.80%</td><td>9.60%</td></tr>
<tr><td><strong>Base</strong></td><td>1.20312</td><td>100.0%</td><td>0.000%</td></tr>
</tbody>
</table>

- Perplexity: Measures the confidence for predicting base tokens (lower is better)
- Token Accuracy: The percentage of correctly generated base tokens
- Missed Divergence: Measures severity of misses; how much the token was missed by

##### Quantized with a modified version of [MLX](https://github.com/ml-explore/mlx)
##### For more details see [demonstration videos](https://youtube.com/xcreate) or visit [XiaomiMiMo/MiMo-V2.5](https://huggingface.co/XiaomiMiMo/MiMo-V2.5).

## Disclaimer

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.