feature commited on
Commit
038ae83
·
verified ·
1 Parent(s): d9b443f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -5,4 +5,11 @@ language:
5
  base_model:
6
  - Ultralytics/YOLOv8
7
  pipeline_tag: object-detection
 
 
 
 
 
 
 
8
  ---
 
5
  base_model:
6
  - Ultralytics/YOLOv8
7
  pipeline_tag: object-detection
8
+ datasets:
9
+ - Ultralytics/COCO8
10
+ - detection-datasets/coco
11
+ metrics:
12
+ - accuracy
13
+ tags:
14
+ - code
15
  ---