IMvision12 commited on
Commit
8ad2dce
·
verified ·
1 Parent(s): a1bf38d

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-medium",
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": 36,
18
- "resolution": 576,
19
- "dec_layers": 4
20
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  }
 
5
  "model_class": "RFDETRDetect",
6
  "variant": "rfdetr-medium",
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
+ 3,
18
+ 6,
19
+ 9,
20
+ 12
21
+ ],
22
+ "patch_size": 16,
23
+ "num_windows": 2,
24
+ "positional_encoding_size": 36,
25
+ "resolution": 576,
26
+ "dec_layers": 4,
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
  }