#8 · Primary category: Foundation Models

Chinese-LLaMA-Alpaca

alpaca alpaca-2 large-language-models llama llama-2 llm lora nlp plm pre-trained-language-models quantization

中文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