ipd805 commited on
Commit
5d7df11
·
verified ·
1 Parent(s): 00c83bc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "model_type": "object_detection",
3
  "framework": "onnx",
4
  "task": "object-detection",
5
  "architecture": "YOLOv8",
6
- "format": "ONNX",
7
  "num_labels": 2,
8
  "id2label": { "0": "digit", "1": "icon" },
9
  "label2id": { "digit": 0, "icon": 1 },
 
1
  {
2
+ "model_type": "yolov8",
3
  "framework": "onnx",
4
  "task": "object-detection",
5
  "architecture": "YOLOv8",
6
+ "format": "onnx",
7
  "num_labels": 2,
8
  "id2label": { "0": "digit", "1": "icon" },
9
  "label2id": { "digit": 0, "icon": 1 },