nielsr HF staff commited on
Commit
0d169aa
·
verified ·
1 Parent(s): afee79f

Add library name

Browse files

This PR ensures that the models get a dedicated "Use in Yolov10" button rather than the current Transformers tag.

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