File size: 889 Bytes
e9b12e8 | 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/ld",
"arm_name": "F4_qem_ld",
"organelle": "ld",
"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": 8.0,
"normalization": {
"mean": 0.583175,
"std": 0.244468
},
"task": "instance"
},
"artifact": {
"filename": "quantem-ld.safetensors",
"bytes": 136541848,
"sha256": "765d1a8e281edf7e62952e83cdd0ce3bf4597dc32375dc0ed4a798f2f2140207"
},
"requires": [
"quantem-vitb-trunk",
"quantem-ld"
],
"license": "see WEIGHTS_LICENSE.md"
} |