#8 · Primary category: Foundation Models
Chinese-LLaMA-Alpaca
中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)
Project last updated:04/19/26
GitHub Stars
18.9K
Forks
1.8K
Contributors
11
License
Apache-2.0
Why we included this project
Chinese-LLaMA-Alpaca is a solid entry point if you need LLaMA-family models that actually handle Chinese well. The project extends the original LLaMA vocabulary with Chinese tokens, then releases pre-trained Chinese LLaMA and instruction-tuned Alpaca checkpoints in sizes from 7B up to 33B, plus the scripts used to pre-train and fine-tune them. What makes it useful beyond the weights is the documentation: it walks through merging the expanded tokenizer and running quantized inference on a laptop CPU or GPU, which is handy for prototyping locally before you commit to real infrastructure. It also covers how the checkpoints fit into transformers, llama.cpp, and LangChain, so you can gauge the integration effort for a Chinese deployment.
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