#62 · Primary category: Foundation Models
Chinese-Mixtral
中文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
transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
MiniCPM-V
A Pocket-Sized MLLM for Ultra-Efficient Image and Video Understanding on Your Phone
generative-models
Generative Models by Stability AI
unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities