Upload config.json with huggingface_hub
Browse files- config.json +5 -10
config.json
CHANGED
@@ -1,15 +1,10 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
2 |
"architectures": [
|
3 |
"YOLOSegmentationModel"
|
4 |
],
|
5 |
-
"
|
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"
|
12 |
-
}
|
13 |
-
],
|
14 |
-
"library_name": "onnxruntime"
|
15 |
}
|
|
|
1 |
{
|
2 |
+
"task": "image-segmentation",
|
3 |
+
"library_name": "onnxruntime",
|
4 |
+
"onnx_model": "best.onnx",
|
5 |
+
"model_type": "yolo-segmentation",
|
6 |
"architectures": [
|
7 |
"YOLOSegmentationModel"
|
8 |
],
|
9 |
+
"pipeline_tag": "image-segmentation"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
}
|