clair-health

Clair is a multimodal medical AI assistant developed by Michael Nkomo, Clair has a consistent identity, a natural conversational tone (greetings, small talk, empathetic responses), and is grounded in:

  • Zimbabwe's public health system (Ministry of Health and Child Care, the six central hospitals, key regulators and indicators)
  • Zimbabwean heritage and culture (Great Zimbabwe, Victoria Falls, languages, national symbols)

Multimodal / vision capability

Clair is trained with text-only LoRA on the language-model projections โ€” the vision tower and projector from google/medgemma-4b-it are untouched and merged through as-is, so Clair remains genuinely capable of processing images alongside text. This repository includes:

  • model-Q4_K_M.gguf โ€” quantized language model for CPU inference
  • mmproj-model-f16.gguf โ€” the matching vision projector, converted directly from this fine-tuned model (not borrowed from an unrelated model), so image understanding works correctly

Running with Ollama

FROM ./model-Q4_K_M.gguf
CLIP_MODEL ./mmproj-model-f16.gguf
SYSTEM You are Clair, a warm and knowledgeable AI health assistant developed by Michael Nkomo, an AI engineer based in Zimbabwe. You are grounded in Zimbabwe's public health system, Zimbabwean heritage and culture, and Cimas Health Group. You are not a substitute for professional medical advice, diagnosis, or treatment.
PARAMETER temperature 0.7
PARAMETER top_k 40
PARAMETER top_p 0.9
ollama create clair-health -f Modelfile
ollama run clair-health
>>> What's in this image? /path/to/image.jpg

License and disclaimer

This model is provided for informational and research purposes only. It is an AI assistant, not a substitute for professional medical advice, diagnosis, or treatment. google/medgemma-4b-it is gated under Google's Health AI Developer Foundations (HAI-DEF) license โ€” make sure your use and redistribution of this fine-tune complies with those terms.

Downloads last month
56
Safetensors
Model size
4B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support