Dataset Viewer
The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): (None, {}), NamedSplit('test'): ('text', {})}
Error code:   FileFormatMismatchBetweenSplitsError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

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
200