Offline LLM for medical Q&A, passing US Medical Licensing Exam
Top 12.9% on sourcepulse
Doctor Dignity is an open-source project aiming to provide a private, offline, cross-platform LLM capable of passing the US Medical Licensing Exam. It's designed for users prioritizing data privacy and local execution, offering a free alternative to cloud-based medical AI.
How It Works
This project fine-tunes Meta's 7B parameter Llama2 model using a Medical Dialogue Dataset, enhanced with Reinforcement Learning and Constitutional AI. The model is quantized to 3GB for efficient local deployment across iOS, Android, and Web platforms, leveraging TVM for cross-platform optimization and ONNX for model conversion.
Quick Start & Requirements
pip install numpy torch datasets huggingface_hub transformers trl bitsandbytes sentencepiece openai tvm peft onnx
training.ipynb
.llsourcell/medllama2_7b
).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project includes a strong disclaimer stating that advice should not be taken seriously due to its work-in-progress nature, warning of potential serious injury or death. Android and Web app deployments are marked as "TODO".
1 year ago
Inactive