hfl-rc's picture
Update README.md
0b175e6 verified
|
raw
history blame
No virus
1.3 kB
---
license: apache-2.0
language:
- zh
- en
tags:
- moe
---
# Chinese-Mixtral-GGUF
<p align="center">
<a href="https://github.com/ymcui/Chinese-Mixtral"><img src="https://ymcui.com/images/chinese-mixtral-banner.png" width="600"/></a>
</p>
**Chinese Mixtral GitHub repository: https://github.com/ymcui/Chinese-Mixtral**
This repository contains the GGUF-v3 models (llama.cpp compatible) for **Chinese-Mixtral** (this is not a chat/instruction model).
## Performance
Metric: PPL, lower is better
| Quant | PPL |
| ----- | ---- |
| IQ2_XXS | 8.5981 +/- 0.09267 |
| IQ2_XS | 6.9784 +/- 0.07476 |
| Q2_K | 5.1846 +/- 0.05533 |
| IQ3_XXS | - |
| Q3_K | 4.5545 +/- 0.04893 |
| Q4_0 | 4.4917 +/- 0.04844 |
| Q4_K | 4.4488 +/- 0.04813 |
| Q5_0 | 4.4224 +/- 0.04753 |
| Q5_K | 4.4192 +/- 0.04768 |
| Q6_K | 4.4092 +/- 0.04758 |
| Q8_0 | 4.4076 +/- 0.04746 |
| F16 | x |
Due to the file size limitation, for F16 model, please use `cat` command to concatenate all parts into a single file. **You must concatenate these parts in order.**
## Others
For Hugging Face version, please see: https://huggingface.co/hfl/chinese-mixtral
Please refer to [https://github.com/ymcui/Chinese-Mixtral/](https://github.com/ymcui/Chinese-Mixtral/) for more details.