Dataset Viewer
The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code:   ClientConnectionError

Kemirix Model Vault

Emmanuel Bain Oduwo · Kemirix v1.0

Model weights for the Kemirix Clinical Decision Support System — a 12-layer deterministic CDS platform for Africa. All models stored here are used in Kemirix v1.0 targeting PPB Category II SaMD classification.

Full launch: January 2027

Vault Structure

core/
  medgemma-4b-it/       ← Primary clinical reasoning (MVP core)
  huatuo-o1-8b/         ← Clinical verifier
  biomedbert/           ← RAG embeddings
  deid-roberta/         ← PHI scrubber

orchestrator/
  medgemma-27b-it/      ← Full QLoRA base (Phase 3+)
  gemma4-31b-it/        ← Swahili orchestrator (Phase 3+)

imaging/
  chexagent-8b/         ← Chest X-ray (Phase 3)
  mobilevit-small/      ← Cervical cancer classifier
  efficientnet-b4/      ← Diabetic retinopathy

pathology/
  conch/                ← Histopathology
  biomedclip/           ← Vision-language

ecg/
  ecg-fm/               ← ECG Foundation Model

nlp/
  bio-clinicalbert/     ← Clinical NLP
  biomedbert-large/     ← Large embeddings
  biom-electra/         ← Biomedical QA

Usage

from huggingface_hub import snapshot_download

# Download MVP core model
snapshot_download(
    repo_id="Oduwo/Kemirix-Model-Vault",
    repo_type="dataset",
    allow_patterns="core/medgemma-4b-it/*",
    local_dir="./models/medgemma-4b-it"
)

Built for Africa and the World. Bi'idhnillahi Ta'ala.

Downloads last month
284