Views
No views yet
| Family | Encoder | Params | Notes |
|---|---|---|---|
| QuantEM | ViT-B/16 | 86 M | Trained from scratch on an EM corpus using the DINOv3 recipe. |
| OmniEM | ViT-L/14 | 302 M | Heads trained on the published OmniEM (EM-DINO) encoder. |
pip install quantem-core1from quantem_em.api import load_model, segment
2
3model = load_model("quantem/mito") # downloads on first use, then cached
4labels = segment(model, image, pixel_size_nm=8.0)| File | Size | Contents | SHA-256 |
|---|---|---|---|
quantem-vitb-trunk.safetensors | 227.7 MB | QuantEM ViT-B/16 blocks 0-7 + embeddings + final norm. Shared by the mitochondria, nucleus and lipid-droplet heads, whose own artifacts carry the fine-tuned blocks 8-11. | 637a8c321a7b2172… |
omniem-vitl.safetensors | 1.2 GB | OmniEM (EM-DINO) ViT-L/14 encoder. Untouched by LoRA, so genuinely shared by all four OmniEM heads. | d7f2dffe2ec23138… |
quantem-mito.safetensors | 136.5 MB | model | a897bf322872d1ae… |
quantem-nucleus.safetensors | 136.5 MB | model | d5152b6c2b5ccdbf… |
quantem-ld.safetensors | 136.5 MB | model | 765d1a8e281edf7e… |
quantem-er.safetensors | 465.0 MB | Self-contained: adapt=full replaces the entire encoder, so this needs no trunk. | 50bcdfedc497041f… |
omniem-mito.safetensors | 25.7 MB | model | 7e5c2c8b6ffede26… |
omniem-nucleus.safetensors | 25.7 MB | model | 3142057d3b36b482… |
omniem-ld.safetensors | 25.7 MB | model | ae5b0c356e0fb48d… |
omniem-er.safetensors | 135.2 MB | model | 3e3a693ea757d500… |
ArrojoeDrigoLab/quantem-organelle-model-sources
— the annotated ground truth behind these eight models, per organelle.ArrojoeDrigoLab/quantem-base-model-sources
— all 655 datasets in the corpus the base encoder was pretrained on.