Jaime García Villena commited on
Commit
9684c94
·
1 Parent(s): 151de84

fix(config): add model_type back, this time it's a YOLO

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -91,6 +91,7 @@
91
  "output_stride": 32,
92
  "semantic_loss_ignore_index": 255,
93
  "tf_padding": true,
 
94
  "torch_dtype": "float32",
95
  "transformers_version": "4.33.3"
96
  }
 
91
  "output_stride": 32,
92
  "semantic_loss_ignore_index": 255,
93
  "tf_padding": true,
94
+ "model_type": "yolos",
95
  "torch_dtype": "float32",
96
  "transformers_version": "4.33.3"
97
  }