Create config.json
Browse files- config.json +18 -0
config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "YOLOv8 Object Detection",
|
3 |
+
"description": "YOLOv8 model for object detection.",
|
4 |
+
"tags": [
|
5 |
+
"object-detection",
|
6 |
+
"yolo",
|
7 |
+
"computer-vision"
|
8 |
+
],
|
9 |
+
"license": "Apache-2.0",
|
10 |
+
"source": "https://github.com/your_username/your_repository",
|
11 |
+
"model_type": "object_detection",
|
12 |
+
"architecture": "YOLOv8",
|
13 |
+
"format": "torchscript",
|
14 |
+
"framework": "pytorch",
|
15 |
+
"task_categories": [
|
16 |
+
"object_detection"
|
17 |
+
]
|
18 |
+
}
|