Visual Question Answering
Transformers
Safetensors
English
gemma3
image-text-to-text
sft
medical-imaging
brain-tumor
brats
textbrats
unsloth
text-generation-inference
Instructions to use Jesteban247/brats_medgemma with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jesteban247/brats_medgemma with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="Jesteban247/brats_medgemma")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("Jesteban247/brats_medgemma") model = AutoModelForMultimodalLM.from_pretrained("Jesteban247/brats_medgemma", device_map="auto") - 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!