IMvision12 commited on
Commit
826a766
·
verified ·
1 Parent(s): bf76c7b

Upload kf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_config.json +51 -0
kf_config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "kerasformers_version": "1.1.3",
4
+ "model_module": "kerasformers.models.sam2",
5
+ "model_class": "SAM2PromptableSegment",
6
+ "variant": "sam2_hiera_tiny",
7
+ "weights": "model.weights.h5",
8
+ "model_type": "sam2",
9
+ "hidden_dim": 96,
10
+ "blocks_per_stage": [
11
+ 1,
12
+ 2,
13
+ 7,
14
+ 2
15
+ ],
16
+ "embed_dim_per_stage": [
17
+ 96,
18
+ 192,
19
+ 384,
20
+ 768
21
+ ],
22
+ "num_attention_heads_per_stage": [
23
+ 1,
24
+ 2,
25
+ 4,
26
+ 8
27
+ ],
28
+ "window_size_per_stage": [
29
+ 8,
30
+ 4,
31
+ 14,
32
+ 7
33
+ ],
34
+ "global_attention_blocks": [
35
+ 5,
36
+ 7,
37
+ 9
38
+ ],
39
+ "backbone_channel_list": [
40
+ 768,
41
+ 384,
42
+ 192,
43
+ 96
44
+ ],
45
+ "window_pos_embed_bg_size": null,
46
+ "num_multimask_outputs": 3,
47
+ "include_box_input": false,
48
+ "include_mask_input": false,
49
+ "multimask_output": true,
50
+ "image_size": 1024
51
+ }