#62 · Primary category: Foundation Models

Chinese-Mixtral

32k 64k large-language-models llm mixtral mixture-of-experts moe nlp

中文Mixtral混合专家大模型(Chinese Mixtral MoE LLMs)

Project last updated:04/19/26

GitHub Stars

612

Forks

43

Contributors

2

License

Apache-2.0

Why we included this project

Chinese-Mixtral takes the Mixtral-8x7B sparse mixture-of-experts model and continues its training on a large corpus of Chinese text, producing a base model plus an instruction-tuned chat variant that handle Chinese natively rather than leaning on a general-purpose checkpoint. The 32K native context window (tested up to 128K in practice) is a good fit for long-document work, and the released pretraining and fine-tuning scripts let you keep adapting the weights for your own domain. Quantized GGUF builds run through llama.cpp on as little as 16GB of memory, and the models drop into existing stacks via transformers, vLLM, or LangChain. A technical report on the adaptation approach accompanies the release, which helps if you are weighing whether continued pretraining.

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