Image-Text-to-Text
PEFT
Safetensors
lora
qlora
chest-x-ray
radiology
vision-language-model
medgemma
model-derivative
research
not-a-medical-device
conversational
Instructions to use alex-feeel/medgemma-cxr-auditor-v2-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use alex-feeel/medgemma-cxr-auditor-v2-adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/medgemma-1.5-4b-it") model = PeftModel.from_pretrained(base_model, "alex-feeel/medgemma-cxr-auditor-v2-adapter") - Notebooks
- Google Colab
- Kaggle
Add HAI-DEF NOTICE file (adapter Model Derivative notice propagation)
Browse files
NOTICE
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
CXR Draft Auditor
|
| 2 |
+
Copyright (c) 2026 CXR Draft Auditor contributors.
|
| 3 |
+
|
| 4 |
+
This product includes a Model Derivative of MedGemma, a Health AI Developer
|
| 5 |
+
Foundations (HAI-DEF) model published by Google.
|
| 6 |
+
|
| 7 |
+
HAI-DEF is provided under and subject to the Health AI Developer Foundations
|
| 8 |
+
Terms of Use found at:
|
| 9 |
+
https://developers.google.com/health-ai-developer-foundations/terms
|
| 10 |
+
|
| 11 |
+
The Prohibited Use Policy incorporated into those Terms is found at:
|
| 12 |
+
https://developers.google.com/health-ai-developer-foundations/prohibited-use-policy
|
| 13 |
+
|
| 14 |
+
Base model: google/medgemma-1.5-4b-it (HAI-DEF license).
|
| 15 |
+
|
| 16 |
+
This repository distributes the unmerged QLoRA LoRA adapter weights of that
|
| 17 |
+
Model Derivative, trained from the base model named above and pushed as a
|
| 18 |
+
pre-merge safety copy. Any file modified relative to the upstream MedGemma
|
| 19 |
+
distribution carries a prominent "modified" notice. Recipients of this Model
|
| 20 |
+
Derivative are subject to the Section 3.2 use restrictions of the HAI-DEF Terms
|
| 21 |
+
of Use, including the Clinical Use restriction; the full Agreement is provided
|
| 22 |
+
with any distribution and is referenced above.
|
| 23 |
+
|
| 24 |
+
This is research and educational software only. It is NOT a medical device, NOT
|
| 25 |
+
diagnosis, and NOT for clinical use. See the model card (README.md).
|
| 26 |
+
|
| 27 |
+
Google does not endorse this Model Derivative, this software, or its authors.
|
| 28 |
+
"MedGemma", "Gemma", and "Google" are trademarks of Google LLC and are used here
|
| 29 |
+
only for accurate attribution of the base model; no trademark license or
|
| 30 |
+
endorsement is granted or implied.
|