#103 · Primary category: Foundation Models

Chinese-Mixtral-8x7B

large-language-models llm mixtral-8x7b nlp

中文Mixtral-8x7B(Chinese-Mixtral-8x7B)

Project last updated:08/17/24

GitHub Stars

651

Forks

33

Contributors

2

License

Apache-2.0

Why we included this project

Chinese-Mixtral-8x7B takes Mistral's Mixtral-8x7B mixture-of-experts model and reworks it for Chinese. The team extended the tokenizer's vocabulary and ran incremental pretraining on large-scale Chinese corpora, which lets the model encode and decode Chinese with noticeably fewer tokens per sentence than the original. That efficiency is the main draw for anyone building Chinese-language applications on a MoE backbone. The repo releases the merged weights for direct use, plus the LoRA adapter and the full vocabulary-expansion and QLoRA pretraining pipeline, so it also works as a reference for reproducing similar language-adaptation work. It's a base model, not an instruction-tuned one, so plan to fine-tune it for your task; the project points to its sibling instruction-tuned release for that.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category