YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Example Python code to load MedGemma model

from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("google/medgemma-4b-it") model = AutoModelForCausalLM.from_pretrained("google/medgemma-4b-it")

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support