Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"_name_or_path": "facebook/maskformer-swin-tiny-coco",
|
|
|
3 |
"architectures": [
|
4 |
"MaskFormerForInstanceSegmentation"
|
5 |
],
|
@@ -335,4 +336,4 @@
|
|
335 |
"use_auxiliary_loss": false,
|
336 |
"use_pretrained_backbone": false,
|
337 |
"use_timm_backbone": false
|
338 |
-
}
|
|
|
1 |
{
|
2 |
"_name_or_path": "facebook/maskformer-swin-tiny-coco",
|
3 |
+
"pipeline_tag": "image-segmentation",
|
4 |
"architectures": [
|
5 |
"MaskFormerForInstanceSegmentation"
|
6 |
],
|
|
|
336 |
"use_auxiliary_loss": false,
|
337 |
"use_pretrained_backbone": false,
|
338 |
"use_timm_backbone": false
|
339 |
+
}
|