Medical Gemma-3N GGUF: Offline Medical Assistant π₯π
GGUF quantized version of Medical Gemma-3N for ultra-fast local inference with Ollama. Optimized for offline emergency medical assistance on consumer hardware without requiring Python dependencies.
Base Model: unsloth/gemma-3n-E4B-it
π¦ Model File
File |
Size |
Description |
Quality |
medical-gemma-3n-4b.gguf |
13.7GB |
Full precision GGUF |
Maximum |
Note: This is a high-precision GGUF conversion. For smaller sizes, you can quantize further using llama.cpp tools.
π Quick Start with Ollama
β
1. Download the GGUF model from Hugging Face
Download it:
wget https://huggingface.co/ericrisco/medical-gemma-3n-4b-gguf/resolve/main/medical-gemma-3n-4b.gguf
ποΈ 2. Create a Modelfile for Ollama
Create a new directory:
mkdir -p ~/ollama/models/medical-gemma-3n-4b
cd ~/ollama/models/medical-gemma-3n-4b
And add a file called Modelfile with this content:
FROM ./medical-gemma-3n-4b.gguf
PARAMETER temperature 0.7
PARAMETER top_k 40
PARAMETER top_p 0.9
PARAMETER repeat_penalty 1.1
ποΈ 3. Create the model with ollama
Now build the model:
ollama create medical-gemma-3n-4b -f Modelfile
π§ 4. Run the model
Once created, simply run:
ollama run medical-gemma-3n-4b
This will give you an interactive interface to talk to your model.
Interactive Medical Consultation
ollama run medical-gemma-3n-4b
>>> What are the signs of a stroke?
The main signs of a stroke can be ...
β οΈ Important Disclaimers
- π¨ NOT A SUBSTITUTE for professional medical advice
- π₯ ALWAYS consult qualified healthcare professionals
- π CALL EMERGENCY SERVICES (911/112) for life-threatening situations
- π¬ FOR EDUCATIONAL AND RESEARCH PURPOSES ONLY
- βοΈ Users assume FULL RESPONSIBILITY for model usage
- π Ensure compliance with medical privacy regulations (HIPAA, GDPR)
π Citation
@misc{medical_gemma_gguf,
title={Medical Gemma-3N GGUF: Quantized Emergency Medical Assistant},
author={Eric Risco},
year={2025},
url={https://huggingface.co/ericrisco/medical-gemma-3n-lora-gguf},
note={GGUF quantized model for offline medical assistance}
}
π Related Models
π License
This model is released under the Gemma License. See LICENSE for details.
π Ultra-fast offline medical assistance - Deploy anywhere with zero dependencies