Add extra config details
Browse files- config.json +2 -1
config.json
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"model_type": "yolo-segmentation",
|
6 |
"onnx_model": "astro-yolo11m-seg.onnx",
|
7 |
"task": "image-segmentation",
|
|
|
8 |
"widgets": [
|
9 |
{
|
10 |
"src": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/tasks/image-segmentation-input.jpg"
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"YOLOSegmentationModel"
|
4 |
],
|
5 |
"model_type": "yolo-segmentation",
|
6 |
"onnx_model": "astro-yolo11m-seg.onnx",
|
7 |
"task": "image-segmentation",
|
8 |
+
"pipeline_tag": "image-segmentation",
|
9 |
"widgets": [
|
10 |
{
|
11 |
"src": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/tasks/image-segmentation-input.jpg"
|