#103 · Primary category: Foundation Models
Chinese-Mixtral-8x7B
中文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
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