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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
  ---
3
  tags:
4
  - ultralyticsplus
@@ -11,15 +10,14 @@ tags:
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
  ---
 
 
1
  ---
2
  tags:
3
  - ultralyticsplus
 
10
  library_name: ultralytics
11
  library_version: 8.0.4
12
  inference: false
 
13
  model-index:
14
  - name: ultralyticsplus/yolov8s
15
  results:
16
  - task:
17
  type: object-detection
 
18
  metrics:
19
+ - type: precision
20
+ value: 0.449
21
+ name: mAP
22
+ pipeline_tag: object-detection
23
  ---