Chinese medical LLM for safe, reliable healthcare access
Top 67.6% on sourcepulse
Sunsimiao is a Chinese medical large language model designed to provide safe, reliable, and accessible healthcare information. It targets medical professionals, students, and the general public seeking trustworthy medical knowledge in Chinese. The project aims to leverage extensive medical data to improve diagnostic support, exam preparation, and general medical Q&A.
How It Works
Sunsimiao models are fine-tuned from foundational models like Qwen2-7B using a proprietary, continuously updated medical dataset. This dataset comprises medical literature, textbooks, multi-specialty diagnostic data, patient consultation dialogues, and medical knowledge Q&A, curated through both open-source data and GPT-4 generation, followed by manual cleaning and automated analysis. This approach allows the model to achieve state-of-the-art performance on medical benchmarks.
Quick Start & Requirements
from modelscope.pipelines import pipeline
from modelscope.utils.constant import Tasks
pipe = pipeline(task=Tasks.text_generation, model='AI-ModelScope/Sunsimiao', model_revision='v1.0.0')
result = pipe("小孩发烧了怎么办?")
Highlighted Details
Maintenance & Community
The project is initiated by Associate Professor Dong Xue from East China Normal University. It receives support from OpenI Cloud, ModelScope, OpenXLab, and Huggingface. Technical guidance and compute resources were provided by the Shanghai Artificial Intelligence Laboratory's Sheng-Pu Yu Large Model Practice Camp and InternStudio.
Licensing & Compatibility
The project's licensing is not explicitly stated in the README. The models are provided "as is." Compatibility for commercial use or closed-source linking is not detailed.
Limitations & Caveats
The models have inherent limitations and may produce incorrect, harmful, or offensive outputs. Users are cautioned against using the models for critical or high-risk decision-making without careful consideration. The project is based on fine-tuning other models, and liability is disclaimed for any issues arising from its use.
10 months ago
1 week