Medical chat model fine-tuned on LLaMA for medical domain Q&A
Top 13.6% on sourcepulse
ChatDoctor is an AI model designed to act as a medical companion, answering patient health queries and providing personalized advice. It targets patients seeking accessible medical information and aims to offer accurate, conversational medical guidance by leveraging a large language model fine-tuned on extensive medical dialogue datasets.
How It Works
ChatDoctor is built upon the LLaMA architecture and fine-tuned using a combination of real patient-doctor conversations (from HealthCareMagic.com and icliniq.com) and synthetically generated medical data. This approach allows the model to understand colloquial symptom descriptions and provide contextually relevant medical advice, simulating a natural doctor-patient interaction. It can also optionally integrate with external knowledge bases like Wikipedia or a disease database for more informed responses.
Quick Start & Requirements
pip install -r requirements.txt
within a conda environment with PyTorch../pretrained
folder.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The model is for academic research only and is not guaranteed to be 100% accurate; it should not be used in real clinical scenarios. The non-commercial license of the base LLaMA model restricts its use.
1 year ago
Inactive