Snearec commited on
Commit
74def3b
1 Parent(s): fc04ba9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -15
README.md CHANGED
@@ -1,20 +1,25 @@
 
 
1
  tags:
2
- - ultralyticsplus
3
- - ultralytics
4
- - yolov8
5
- - yolo
6
- - vision
7
- - object-detection
8
- - pytorch
9
  library_name: ultralytics
10
  library_version: 8.0.4
11
  inference: false
 
12
  model-index:
13
- - name: ultralyticsplus/yolov8s
14
- results:
15
- - task:
16
- type: object-detection
17
- metrics:
18
- - type: precision
19
- value: 0.449
20
- name: mAP
 
 
 
1
+
2
+ ---
3
  tags:
4
+ - ultralyticsplus
5
+ - ultralytics
6
+ - yolov8
7
+ - yolo
8
+ - vision
9
+ - object-detection
10
+ - pytorch
11
  library_name: ultralytics
12
  library_version: 8.0.4
13
  inference: false
14
+
15
  model-index:
16
+ - name: ultralyticsplus/yolov8s
17
+ results:
18
+ - task:
19
+ type: object-detection
20
+
21
+ metrics:
22
+ - type: precision # since mAP is not available on hf.co/metrics
23
+ value: 0.449 # min: 0.0 - max: 1.0
24
+ name: mAP
25
+ ---