File size: 911 Bytes
4c49b8d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | {
"model_id": "quantem/nucleus",
"arm_name": "F4_qem_nuc",
"organelle": "nucleus",
"family": "quantem",
"architecture": {
"encoder": "vit_base_patch16_dinov3_qkvb",
"patch_size": 16,
"embed_dim": 768,
"depth": 12,
"neck": "naive_1x1",
"decoder": "affinity_mws",
"adaptation": "last_n",
"feature_layers": "last4"
},
"inference": {
"tile_size": 512,
"overlap": 0.25,
"stride": 384,
"fg_threshold": 0.5,
"canonical_nm": 25.0,
"normalization": {
"mean": 0.583175,
"std": 0.244468
},
"task": "instance"
},
"artifact": {
"filename": "quantem-nucleus.safetensors",
"bytes": 136541864,
"sha256": "d5152b6c2b5ccdbf824da1b31ae6f8e40670d8d975915ca2b2f4fab8d15f49f4"
},
"requires": [
"quantem-vitb-trunk",
"quantem-nucleus"
],
"license": "see WEIGHTS_LICENSE.md"
} |