ibelem commited on
Commit
5e22e6e
·
verified ·
1 Parent(s): e406d83

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "yolos",
3
+ "_name_or_path": "Ultralytics/YOLOv8",
4
+ "architectures": [
5
+ "YolosForObjectDetection"
6
+ ],
7
+ }