rayh commited on
Commit
c38bc83
·
verified ·
1 Parent(s): 8104cf1

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +7 -3
config.json CHANGED
@@ -1,10 +1,14 @@
1
  {
2
  "task": "image-segmentation",
3
- "framework": "yolo11",
4
  "library_name": "ultralytics",
5
- "model_type": "YOLO11",
6
  "architectures": [
7
- "YOLO11"
 
 
 
 
8
  ],
9
  "_class_names": [
10
  "normal",
 
1
  {
2
  "task": "image-segmentation",
3
+ "framework": "pytorch",
4
  "library_name": "ultralytics",
5
+ "model_type": "YOLOv11",
6
  "architectures": [
7
+ "YOLOv11"
8
+ ],
9
+ "labels": [
10
+ "normal",
11
+ "glint"
12
  ],
13
  "_class_names": [
14
  "normal",