acreeca commited on
Commit
e9b12e8
·
verified ·
1 Parent(s): 9c220b9

Upload quantem-ld.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. quantem-ld.json +38 -0
quantem-ld.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_id": "quantem/ld",
3
+ "arm_name": "F4_qem_ld",
4
+ "organelle": "ld",
5
+ "family": "quantem",
6
+ "architecture": {
7
+ "encoder": "vit_base_patch16_dinov3_qkvb",
8
+ "patch_size": 16,
9
+ "embed_dim": 768,
10
+ "depth": 12,
11
+ "neck": "naive_1x1",
12
+ "decoder": "affinity_mws",
13
+ "adaptation": "last_n",
14
+ "feature_layers": "last4"
15
+ },
16
+ "inference": {
17
+ "tile_size": 512,
18
+ "overlap": 0.25,
19
+ "stride": 384,
20
+ "fg_threshold": 0.5,
21
+ "canonical_nm": 8.0,
22
+ "normalization": {
23
+ "mean": 0.583175,
24
+ "std": 0.244468
25
+ },
26
+ "task": "instance"
27
+ },
28
+ "artifact": {
29
+ "filename": "quantem-ld.safetensors",
30
+ "bytes": 136541848,
31
+ "sha256": "765d1a8e281edf7e62952e83cdd0ce3bf4597dc32375dc0ed4a798f2f2140207"
32
+ },
33
+ "requires": [
34
+ "quantem-vitb-trunk",
35
+ "quantem-ld"
36
+ ],
37
+ "license": "see WEIGHTS_LICENSE.md"
38
+ }