dhairyapandya/pathos-gemma4-distilled-GGUF overview
PathOS — Distilled GGUF for Ollama AI pathologist that runs offline on any laptop via Ollama. Quick Start bash 1. Download pathos Q8 0.gguf and Modelfile from …
Runs locally from ~4.61 GB disk (8 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| pathos-Q8_0.gguf | GGUF | Q8_0 | 4.61 GB | Download |
Model Details
| Model ID | dhairyapandya/pathos-gemma4-distilled-GGUF |
|---|---|
| Author | dhairyapandya |
| Pipeline | — |
| License | cc-by-4.0 |
| Base model | google/gemma-4-e2b-it |
| Last modified | 2026-08-24T20:36:50.000Z |
Model README
---
language: en
license: cc-by-4.0
tags:
- histopathology
- pathology
- medical
- gemma4
- gguf
- ollama
base_model: google/gemma-4-e2b-it
datasets:
- wisdomik/QUILT-LLaVA-Instruct-107K
---
PathOS — Distilled GGUF for Ollama
> AI pathologist that runs offline on any laptop via Ollama.
Quick Start
# 1. Download pathos-Q8_0.gguf and Modelfile from this repo
# 2. Place both files in the same folder, then:
ollama create pathos -f Modelfile
ollama run pathos "Is malignancy present?"
Model Details
| Property | Value |
|---|---|
| Base model | Gemma 4 E2B (2.6B params) |
| Training | SFT + GRPO distillation |
| Quantization | Q8_0 |
| Source | dhairyapandya/pathos-gemma4-distilled-rl-histopathology |
Distilled Techniques
All 6 inference-time techniques baked into the weights:
- Constrained decoding — always produces
<answer>tags - Anti-hedging — never says "cannot determine"
- Static RAG — few-shot exemplars in system prompt
- CoT routing — adapts reasoning to question type
- Per-type templates — YN/tissue/open formats
- Format compliance — GRPO reward shaping
Run dhairyapandya/pathos-gemma4-distilled-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models