Jonathancasjar commited on
Commit
2f7ecca
1 Parent(s): 2c708d5

Configuration in json to add the model

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -25,7 +25,7 @@
25
  "initializer_range": 0.02,
26
  "intermediate_size": 1536,
27
  "layer_norm_eps": 1e-12,
28
- "model_type": "yolov5m",
29
  "num_attention_heads": 6,
30
  "num_channels": 3,
31
  "num_detection_tokens": 100,
 
25
  "initializer_range": 0.02,
26
  "intermediate_size": 1536,
27
  "layer_norm_eps": 1e-12,
28
+ "model_type": "bestv2.bin",
29
  "num_attention_heads": 6,
30
  "num_channels": 3,
31
  "num_detection_tokens": 100,