jameslahm nielsr HF staff commited on
Commit
6d7c9b6
1 Parent(s): afee79f

Add library name (#4)

Browse files

- Add library name (0d169aadba6e38d91539f4855bb1e58364a9792e)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -4,8 +4,10 @@ tags:
4
  - object-detection
5
  - computer-vision
6
  - yolov10
 
7
  datasets:
8
  - detection-datasets/coco
 
9
  inference: false
10
  ---
11
 
 
4
  - object-detection
5
  - computer-vision
6
  - yolov10
7
+ - pytorch_model_hub_mixin
8
  datasets:
9
  - detection-datasets/coco
10
+ library_name: yolov10
11
  inference: false
12
  ---
13