IMvision12 commited on
Commit
842a0c9
·
verified ·
1 Parent(s): ac0289b

Upload kf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_config.json +30 -13
kf_config.json CHANGED
@@ -5,17 +5,34 @@
5
  "model_class": "RFDETRDetect",
6
  "variant": "rfdetr-base",
7
  "weights": "model.weights.h5",
8
- "config": {
9
- "out_feature_indexes": [
10
- 2,
11
- 5,
12
- 8,
13
- 11
14
- ],
15
- "patch_size": 14,
16
- "num_windows": 4,
17
- "positional_encoding_size": 37,
18
- "resolution": 560,
19
- "dec_layers": 3
20
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  }
 
5
  "model_class": "RFDETRDetect",
6
  "variant": "rfdetr-base",
7
  "weights": "model.weights.h5",
8
+ "model_type": "rf_detr",
9
+ "hidden_dim": 256,
10
+ "backbone_hidden_size": 384,
11
+ "backbone_num_heads": 6,
12
+ "backbone_num_layers": 12,
13
+ "backbone_mlp_ratio": 4,
14
+ "backbone_use_swiglu": false,
15
+ "num_register_tokens": 0,
16
+ "out_feature_indexes": [
17
+ 2,
18
+ 5,
19
+ 8,
20
+ 11
21
+ ],
22
+ "patch_size": 14,
23
+ "num_windows": 4,
24
+ "positional_encoding_size": 37,
25
+ "resolution": 560,
26
+ "dec_layers": 3,
27
+ "sa_nheads": 8,
28
+ "ca_nheads": 16,
29
+ "dec_n_points": 2,
30
+ "num_queries": 300,
31
+ "num_classes": 91,
32
+ "two_stage": true,
33
+ "bbox_reparam": true,
34
+ "lite_refpoint_refine": true,
35
+ "group_detr": 13,
36
+ "dim_feedforward": 2048,
37
+ "image_size": null
38
  }