ChatDoctor: A Medical Chat Model Fine-tuned on LLaMA Model using Medical Domain Knowledge
Paper • 2303.14070 • Published • 10
How to use LinhDuong/doctorwithbloomz-7b1 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("LinhDuong/doctorwithbloomz-7b1", dtype="auto")Here is our finetuned weight for Bloomz-7b1-mt with Low-Rank Adaptation and a chatdoctor-200k dataset from a paper, namely ChatDoctor: A Medical Chat Model Fine-tuned on LLaMA Model using Medical Domain Knowledge (https://arxiv.org/pdf/2303.14070.pdf). Our source code can be found at https://github.com/linhduongtuan/doctorwithbloom