acreeca commited on
Commit
240d66c
·
verified ·
1 Parent(s): b83a017

Upload omniem-ld.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. omniem-ld.json +38 -0
omniem-ld.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_id": "omniem/ld",
3
+ "arm_name": "F4_omni_ld",
4
+ "organelle": "ld",
5
+ "family": "omniem",
6
+ "architecture": {
7
+ "encoder": "vit_large_patch14_dinov2.lvd142m",
8
+ "patch_size": 14,
9
+ "embed_dim": 1024,
10
+ "depth": 24,
11
+ "neck": "naive_1x1",
12
+ "decoder": "affinity_mws",
13
+ "adaptation": "lora",
14
+ "feature_layers": "last4"
15
+ },
16
+ "inference": {
17
+ "tile_size": 518,
18
+ "overlap": 0.25,
19
+ "stride": 388,
20
+ "fg_threshold": 0.5,
21
+ "canonical_nm": 8.0,
22
+ "normalization": {
23
+ "mean": 0.0,
24
+ "std": 1.0
25
+ },
26
+ "task": "instance"
27
+ },
28
+ "artifact": {
29
+ "filename": "omniem-ld.safetensors",
30
+ "bytes": 25730688,
31
+ "sha256": "ae5b0c356e0fb48dc7b27dd080907c83fbf2e670a1042b268779d6504e5baf36"
32
+ },
33
+ "requires": [
34
+ "omniem-vitl",
35
+ "omniem-ld"
36
+ ],
37
+ "license": "see WEIGHTS_LICENSE.md"
38
+ }