Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -48,5 +48,6 @@
|
|
48 |
"qkv_bias": true,
|
49 |
"torch_dtype": "float32",
|
50 |
"transformers_version": "4.48.0",
|
51 |
-
"use_mid_position_embeddings": false
|
|
|
52 |
}
|
|
|
48 |
"qkv_bias": true,
|
49 |
"torch_dtype": "float32",
|
50 |
"transformers_version": "4.48.0",
|
51 |
+
"use_mid_position_embeddings": false,
|
52 |
+
"pipeline_tag": "object-detection"
|
53 |
}
|