Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: modified-mit
|
| 4 |
+
library_name: mlx
|
| 5 |
+
tags:
|
| 6 |
+
- mlx
|
| 7 |
+
- transformers
|
| 8 |
+
pipeline_tag: text-generation
|
| 9 |
+
base_model: moonshotai/Kimi-K2.5
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# mlx-community/Kimi-K2.5-3bit
|
| 13 |
+
|
| 14 |
+
This model [mlx-community/Kimi-K2.5-3bit](https://huggingface.co/mlx-community/Kimi-K2.5-3bit) was
|
| 15 |
+
converted to MLX format from [moonshotai/Kimi-K2.5](https://huggingface.co/moonshotai/Kimi-K2.5)
|
| 16 |
+
using mlx-lm version **0.30.6**.
|
| 17 |
+
|
| 18 |
+
Please see the [model card of the original model](https://huggingface.co/moonshotai/Kimi-K2.5#6-model-usage) for example code. Note that this quant is for text-only usage.
|
| 19 |
+
|
| 20 |
+
Remember to allow remote code for tokenizer usage.
|