Chinese medical LLMs that know they aren't doctors
MING exists to provide open-source, locally runnable Chinese medical LLMs for medical Q&A and multi-turn consultation.

What it does
MING is a suite of open-source Chinese medical large language models fine-tuned for medical question-answering and multi-turn diagnostic conversations. The project provides several model sizes—from 1.8 billion to 14 billion parameters—built on top of general-purpose bases like Qwen1.5 and BloomZ. It runs entirely offline via a local CLI and targets research use rather than clinical deployment.
The interesting bit
The newer MING-MOE variants use a sparse mixture of low-rank adapter experts to handle multiple medical tasks without fully dense parameter updates, which is a neat way to squeeze specialist behavior out of relatively small base models. The project also ships with its own evaluation frameworks and tool-augmented agent papers, suggesting the team cares about measuring whether the model actually helps or just hallucinates confidently.
Key highlights
- Family of models from 1.8B to 14B parameters, including standard fine-tuned and sparse MOE variants
- Built on open bases (Qwen1.5 and BloomZ) and distributed via HuggingFace
- Supports multi-turn diagnostic dialogue, not just single-shot Q&A
- Runs locally offline; requires a single GPU with at least 15 GB VRAM
- Backed by published research on decoupled clinical alignment and automated interactive evaluation
Caveats
- The authors explicitly state the models are for research and reference only, and they do not guarantee accuracy or reliability for actual medical decisions
- The project is version 1.3-alpha, so rough edges should be expected
- Beam search with certain temperature constraints can trigger runtime errors due to upstream
transformerslibrary quirks
Verdict
Worth a look if you are building Chinese-language medical NLP tools or studying domain-specific LLM alignment. Skip it if you need a production clinical decision-support system—the authors themselves warn against that.
Frequently asked
- What is MediaBrain-SJTU/MING?
- MING exists to provide open-source, locally runnable Chinese medical LLMs for medical Q&A and multi-turn consultation.
- Is MING open source?
- Yes — MediaBrain-SJTU/MING is open source, released under the Apache-2.0 license.
- What language is MING written in?
- MediaBrain-SJTU/MING is primarily written in Python.
- How popular is MING?
- MediaBrain-SJTU/MING has 1.2k stars on GitHub.
- Where can I find MING?
- MediaBrain-SJTU/MING is on GitHub at https://github.com/MediaBrain-SJTU/MING.