A pantheon of Chinese foundation models
An open-source model zoo that treats Chinese as a first-class citizen instead of an afterthought.

What it does
Fengshenbang-LM is IDEA-CCNL’s open ecosystem of pre-trained foundation models built primarily for Chinese NLP and multimodal tasks. It ships six named model families—covering general-purpose chat (Ziya), language understanding (Erlang Shen), generation, translation, multimodal, and domain-specific medicine and law—plus a training framework to fine-tune them. All checkpoints are mirrored on HuggingFace under Apache 2.0.
The interesting bit
The project organizes its model zoo using Chinese mythology names (Ziya, Erlang Shen, Taiyi) and explicitly positions itself as infrastructure to prevent Chinese teams from burning compute on redundant pre-training. It treats Chinese as the primary language rather than a translation target.
Key highlights
Ziya-LLaMA-13Bis a general-purpose model trained through pre-training, supervised fine-tuning, and RLHF, with a visual variant built onBLIP2.Erlang Shen-1.3Bwas the largest open-source Chinese BERT-style model at its release and topped theFewCLUEandZeroCLUEleaderboards.Taiyihandles cross-modal tasks including text-to-image generation and protein structure prediction at sub-1B scale.Yu Yuanprovides domain-tuned checkpoints for medical, legal, financial, and coding tasks.- Associated research has been published at ACL, EMNLP, COLING, and BioNLP.
Caveats
- The README is heavy on WeChat press links and leaderboard announcements, light on technical details about the underlying training framework.
- With six distinct model families spanning NLU, NLG, translation, multimodal, and vertical domains, the surface area is vast; expect a model zoo, not a single unified pipeline.
Verdict Worth bookmarking if you need Chinese-language base models or vertical checkpoints without training from scratch. Skip it if you are looking for a single, battle-tested general-purpose API with deep English support.
Frequently asked
- What is IDEA-CCNL/Fengshenbang-LM?
- An open-source model zoo that treats Chinese as a first-class citizen instead of an afterthought.
- Is Fengshenbang-LM open source?
- Yes — IDEA-CCNL/Fengshenbang-LM is open source, released under the Apache-2.0 license.
- What language is Fengshenbang-LM written in?
- IDEA-CCNL/Fengshenbang-LM is primarily written in Python.
- How popular is Fengshenbang-LM?
- IDEA-CCNL/Fengshenbang-LM has 4.1k stars on GitHub.
- Where can I find Fengshenbang-LM?
- IDEA-CCNL/Fengshenbang-LM is on GitHub at https://github.com/IDEA-CCNL/Fengshenbang-LM.