Image-Text-to-Text
PEFT
Safetensors
English
medical
histopathology
colorectal-cancer
vision-language
lora
unsloth
gemma-4
medigent
conversational
Instructions to use a7m1st/medigent-one-gemma4-crc-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use a7m1st/medigent-one-gemma4-crc-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-4-E4B-it") model = PeftModel.from_pretrained(base_model, "a7m1st/medigent-one-gemma4-crc-lora") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Ctrl+K