fbononibelloepoch
commited on
Commit
•
ba996c1
1
Parent(s):
67bc88f
Update config.json
Browse files- config.json +8 -8
config.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
]
|
10 |
}
|
|
|
1 |
{
|
2 |
+
"framework": "pt",
|
3 |
+
"task": "object-detection",
|
4 |
+
"model_type": "yolov8",
|
5 |
+
"_name_or_path": "fbononibelloepoch/malaria-detection",
|
6 |
+
"architectures": ["YOLOv8"],
|
7 |
+
"model_format": "ultralytics",
|
8 |
+
"inference_framework": "ultralytics",
|
9 |
+
"classes": ["infected", "uninfected"]
|
10 |
}
|