IMvision12 commited on
Commit
766091c
·
verified ·
1 Parent(s): d93f2dd

Upgrade kf_config.json to v2 (nested config + weight_dtype)

Browse files
Files changed (1) hide show
  1. kf_config.json +1 -1
kf_config.json CHANGED
@@ -6,7 +6,7 @@
6
  "variant": "rfdetr-base",
7
  "weights": "model.weights.h5",
8
  "schema_version": 2,
9
- "dtype": "float32",
10
  "model_type": "rf_detr",
11
  "vision_config": {
12
  "hidden_dim": 256,
 
6
  "variant": "rfdetr-base",
7
  "weights": "model.weights.h5",
8
  "schema_version": 2,
9
+ "weight_dtype": "float32",
10
  "model_type": "rf_detr",
11
  "vision_config": {
12
  "hidden_dim": 256,