Chinese medical LLM for medical consultation
Top 37.2% on sourcepulse
MING (明医) is an open-source Chinese medical consultation large language model, designed for medical question answering, case analysis, and intelligent multi-turn diagnosis. It targets researchers and developers in the medical AI domain, offering specialized capabilities for Chinese medical dialogue.
How It Works
MING utilizes instruction fine-tuning on various base models, including Qwen and BLOOMZ, to achieve its medical dialogue capabilities. Recent updates introduce MING-MOE, a Mixture of Experts model leveraging sparse Mixture of Low-Rank Adapter Experts for enhanced multi-task learning in medical contexts. This approach aims to improve efficiency and performance on specialized medical tasks.
Quick Start & Requirements
pip install -e .
after cloning the repository.Highlighted Details
Maintenance & Community
Developed collaboratively by Shanghai Jiao Tong University and Shanghai AI Laboratory. Key contributors and supervisors are listed.
Licensing & Compatibility
The repository does not explicitly state a license. The disclaimer warns against using the model for actual applications or decision-making, stating it's for reference and research use only, with users assuming all risks.
Limitations & Caveats
The project disclaimer strongly advises against using the models for practical applications or decision-making due to potential biases, errors, and incompleteness in the training data and algorithms. Users must perform their own validation.
2 months ago
1 week