hfl-rc's picture
Update README.md
cc7fe76 verified
---
license: apache-2.0
language:
- zh
- en
---
# Chinese-Mixtral-Instruct-GGUF
This repository contains the GGUF-v3 models (llama.cpp compatible) for **Chinese-Mixtral-Instruct** (chat/instruction model).
## Performance
Metric: PPL, lower is better
| Quant | PPL |
| ----- | ---- |
| IQ2_XXS | - |
| IQ2_XS | - |
| Q2_K | - |
| Q3_K | - |
| Q4_0 | - |
| Q4_K | - |
| Q5_0 | - |
| Q5_K | - |
| Q6_K | - |
| Q8_0 | - |
| 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-instruct
Please refer to [https://github.com/ymcui/Chinese-Mixtral/](https://github.com/ymcui/Chinese-Mixtral/) for more details.