opensourceprojects.dev

A broadsheet for software that doesn't ask for your email

100+ open Chinese LLM models, apps, datasets, and tutorials in one repo
GitHub RepoImpressions3

Project Description

View on GitHub

A Curated Map of the Chinese LLM Ecosystem

If you've tried to keep track of the explosion of Chinese language models over the past couple of years, you know the feeling: every week there's a new base model, a new fine-tune, a new dataset, and no single place that ties them together. Awesome Chinese LLM is an attempt to fix that—a repository that collects and organizes Chinese LLM-related open-source models, applications, datasets, and tutorials in one place, with over 100 resources catalogued so far.

What It Does

At its core, this is a curated list. The maintainers gather open-source projects related to Chinese LLMs and organize them into a structured directory. The scope is broad: it covers text LLM models, multimodal LLM models, applications, datasets, training and fine-tuning frameworks, inference and deployment frameworks, evaluation tools, and tutorials. If it's part of the Chinese LLM toolchain, it probably has a slot here.

The README opens with a comparison table of common base models, which is genuinely useful for orientation. It lays out model families like ChatGLM, LLaMA, Baichuan, Qwen, BLOOM, Aquila, InternLM, Mixtral, Yi, DeepSeek, XVERSE, and MiniMax, along with their parameter sizes, training token counts, maximum training length, and commercial-use status. For example, ChatGLM shows 6B parameters with 1T/1.4T tokens and a 2K/32K max length, while Qwen spans 7B up to 110B with up to 18T training tokens. That single table gives you a quick sense of the landscape before you dive into the individual entries.

The applications section is broken down by vertical domain—medical, legal, finance, education, tech, e-commerce, cybersecurity, and agriculture—plus a separate section for LangChain applications and other general apps. Datasets are split into pretraining, SFT, and preference categories. There are also sections for training and fine-tuning frameworks, inference and deployment frameworks, evaluation, and tutorials covering LLM basics, prompt engineering, application building, and hands-on practice.

Why It's Cool

  • It solves the discovery problem, not the building problem. There's no code to install here, no framework to learn. The value is in the curation. When you're starting a project and need to know which Chinese base model fits your constraints, or which fine-tune already exists for your domain, this saves you hours of scattered searching.

  • The base model comparison table is the standout feature. Commercial-use status alone is worth the visit. Knowing that ChatGLM, Baichuan, Qwen, BLOOM, Aquila, InternLM, Mixtral, Yi, DeepSeek, XVERSE, and MiniMax are marked as commercially usable, while LLaMA is only partially so, is exactly the kind of detail that affects real decisions.

  • The vertical domain breakdown is practical. Rather than dumping everything into one list, the applications are grouped by industry. If you're working in finance or healthcare, you can jump straight to the relevant section instead of scanning a hundred unrelated entries.

  • It's community-driven and open to contributions. The README explicitly invites pull requests for models, applications, and datasets that aren't yet included, with a request to follow the existing format and supply the repo link, star count, and a short description. That means the list can stay current as the ecosystem moves.

  • It's honest about what it is. This is a collection, not a benchmark or a framework. It doesn't claim to evaluate models or provide tooling. It just organizes what's out there, which is exactly what a lot of developers need when they're new to the space.

How to Try It

There's nothing to install. This is a reference repository, so the "try it" step is really about browsing.

  1. Go to the repository: https://github.com/hqwu-hitcs/awesome-chinese-llm
  2. Start with the base model comparison table near the top to get oriented on model families, sizes, and licensing.
  3. Use the table of contents to jump to the section you need—models, applications, datasets, frameworks, evaluation, or tutorials.
  4. If you find something missing, open a pull request following the format described in the README (repo link, star count, brief description).

If you just want to star it for later reference, the README asks for that too—it's a small way to support the effort.

Final Thoughts

Awesome Chinese LLM isn't a tool you'll use daily, but it's the kind of resource you'll be glad exists the moment you need it. It's best suited for developers, researchers, and teams who are exploring the Chinese LLM space and want a structured starting point rather than a pile of bookmarks. The comparison table and domain-specific application lists are the most immediately useful parts. If you're already deep in one model family, you might not need it—but if you're surveying the field or looking for a fine-tune in a specific vertical, it'll save you real time. Worth a star, and worth a contribution if you know of something it's missing.


Follow @githubprojects for more developer tools and open source projects.

Back to Projects
Project ID: 84616e1d-f000-47bd-bbb0-8f6965c28e89Last updated: September 12, 2026 at 04:29 AM