lavita/ChatDoctor-HealthCareMagic-100k
Viewer • Updated • 112k • 5.39k • 111
How to use kingabzpro/Gemma-2-9b-it-chat-doctor with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="kingabzpro/Gemma-2-9b-it-chat-doctor") # Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM
tokenizer = AutoTokenizer.from_pretrained("kingabzpro/Gemma-2-9b-it-chat-doctor")
model = AutoModelForMultimodalLM.from_pretrained("kingabzpro/Gemma-2-9b-it-chat-doctor")This model is a fine-tuned version of google/gemma-2-9b-it on an lavita/ChatDoctor-HealthCareMagic-100k dataset.
It contains the adopter and a full model.