Chinese medical LLM for answering health-related questions
Top 56.0% on sourcepulse
ChatMed is a series of Chinese medical large language models designed to answer user's daily medical questions. It aims to advance LLM capabilities in the Chinese healthcare domain, offering more human-like and informative responses than base models. The project targets users seeking medical information and provides open-source datasets, code, and model weights for research.
How It Works
ChatMed-Consult, a flagship model, is fine-tuned from LLaMA-7b using a dataset of over 500,000 online medical consultations and ChatGPT responses. It incorporates LoRA weights from Chinese-LlaMA-Alpaca and an extended Chinese vocabulary. ShenNong-TCM-LLM focuses on Traditional Chinese Medicine (TCM), trained on a TCM instruction dataset generated using an entity-centric self-instruct method with ChatGPT, leveraging an open-source TCM knowledge graph.
Quick Start & Requirements
python src/web_services/web_service_simple.py
to start a Flask web service, then python src/web_services/web_service_test.py
for testing.Highlighted Details
Maintenance & Community
The project is actively iterating, with regular model weight updates planned. Community engagement channels are not explicitly mentioned in the README.
Licensing & Compatibility
Limitations & Caveats
The models are intended for academic research only and cannot replace professional medical diagnosis or advice. The medical knowledge is limited by the quality and quantity of the training data, and the models are subject to ongoing improvements and updates.
2 years ago
1+ week