File size: 429 Bytes
4bd3676 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
{
"name": "YOLOv8 Object Detection",
"description": "YOLOv8 model for object detection.",
"tags": [
"object-detection",
"yolo",
"computer-vision"
],
"license": "Apache-2.0",
"source": "https://github.com/your_username/your_repository",
"model_type": "object_detection",
"architecture": "YOLOv8",
"format": "torchscript",
"framework": "pytorch",
"task_categories": [
"object_detection"
]
}
|