IMvision12 commited on
Commit
a8d772f
·
verified ·
1 Parent(s): 1341afd

Upload kf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_config.json +25 -0
kf_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "kerasformers_version": "1.1.3",
4
+ "model_module": "kerasformers.models.eomt",
5
+ "model_class": "EoMTUniversalSegment",
6
+ "variant": "eomt_large_coco_instance_640",
7
+ "weights": "model.weights.h5",
8
+ "model_type": "eomt",
9
+ "hidden_dim": 1024,
10
+ "num_hidden_layers": 24,
11
+ "num_heads": 16,
12
+ "depths": 4,
13
+ "num_queries": 200,
14
+ "num_classes": 80,
15
+ "layerscale_value": 1e-05,
16
+ "patch_size": 16,
17
+ "num_register_tokens": 4,
18
+ "num_upscale_blocks": 2,
19
+ "mlp_ratio": 4,
20
+ "drop_path_rate": 0.0,
21
+ "attention_dropout": 0.0,
22
+ "use_swiglu_ffn": false,
23
+ "layer_norm_eps": 1e-06,
24
+ "image_size": 640
25
+ }