giyomdabin
commited on
Commit
·
5a7e3e7
1
Parent(s):
e9f34cc
fix: update model_type in config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"model_type": "
|
3 |
"architecture": "YOLOv8",
|
4 |
"framework": "pytorch",
|
5 |
"num_labels": 13,
|
|
|
1 |
{
|
2 |
+
"model_type": "object-detection",
|
3 |
"architecture": "YOLOv8",
|
4 |
"framework": "pytorch",
|
5 |
"num_labels": 13,
|