- model_card.json +6 -0
model_card.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "Digit and Icon Detection",
|
| 3 |
+
"tags": ["object-detection", "onnx"],
|
| 4 |
+
"library_name": "yolov8",
|
| 5 |
+
"pipeline_tag": "object-detection"
|
| 6 |
+
}
|