rayh commited on
Commit
916eca4
·
verified ·
1 Parent(s): 1410d84

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +5 -10
config.json CHANGED
@@ -1,15 +1,10 @@
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"
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
  }