IMvision12 commited on
Commit
906a008
·
verified ·
1 Parent(s): 1dfc96b

Upload kf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_config.json +21 -0
kf_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "kerasformers_version": "1.1.3",
4
+ "model_module": "kerasformers.models.rf_detr",
5
+ "model_class": "RFDETRDetect",
6
+ "variant": "rfdetr-nano",
7
+ "weights": "model.weights.h5",
8
+ "config": {
9
+ "out_feature_indexes": [
10
+ 3,
11
+ 6,
12
+ 9,
13
+ 12
14
+ ],
15
+ "patch_size": 16,
16
+ "num_windows": 2,
17
+ "positional_encoding_size": 24,
18
+ "resolution": 384,
19
+ "dec_layers": 2
20
+ }
21
+ }