Text Generation
PEFT
Safetensors
English
lora
maternal-health
clinical-nlp
medgemma
clinical-decision-support
conversational
Instructions to use Japhari/cds-maternal-4b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Japhari/cds-maternal-4b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/medgemma-4b-it") model = PeftModel.from_pretrained(base_model, "Japhari/cds-maternal-4b") - Notebooks
- Google Colab
- Kaggle