File size: 1,453 Bytes
23ef1d2 fe20cc8 c7971dc 23ef1d2 f9cf069 c52f0fe 5f5a6ce c52f0fe 5f5a6ce f9cf069 219c9d6 db9d0e2 f9cf069 db9d0e2 f9cf069 b171ea0 |
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 |
---
license: apache-2.0
language:
- zh
- en
tags:
- moe
---
# Chinese-Mixtral-Instruct
<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 **Chinese-Mixtral-Instruct**, which is further tuned with instruction data on [Chinese-Mixtral](https://huggingface.co/hfl/chinese-mixtral), where Chinese-Mixtral is build on top of [Mixtral-8x7B-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1).
**Note: this is an instruction (chat) model, which can be used for conversation, QA, etc.**
## Others
- For LoRA-only model, please see: https://huggingface.co/hfl/chinese-mixtral-instruct-lora
- For GGUF model (llama.cpp compatible), please see: https://huggingface.co/hfl/chinese-mixtral-instruct-gguf
- If you have questions/issues regarding this model, please submit an issue through https://github.com/ymcui/Chinese-Mixtral/.
## Citation
Please consider cite our paper if you use the resource of this repository.
Paper link: https://arxiv.org/abs/2403.01851
```
@article{chinese-mixtral,
title={Rethinking LLM Language Adaptation: A Case Study on Chinese Mixtral},
author={Cui, Yiming and Yao, Xin},
journal={arXiv preprint arXiv:2403.01851},
url={https://arxiv.org/abs/2403.01851},
year={2024}
}
``` |