PEFT
Safetensors
English
medical
emergency
first-aid
healthcare
offline
gemma3n
lora
adapter
unsloth
Instructions to use ericrisco/medical-gemma-3n-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ericrisco/medical-gemma-3n-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-3n-e4b-it-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "ericrisco/medical-gemma-3n-lora") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!