LexBwmn commited on
Commit
2e2af03
·
verified ·
1 Parent(s): 76bc5bb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -3
config.json CHANGED
@@ -1,5 +1,8 @@
1
  {
2
- "model_type": "vision",
3
- "architectures": ["ACE-V1"],
4
- "mAP_score": 0.9277
 
 
 
5
  }
 
1
  {
2
+ "model_type": "yolov11",
3
+ "architectures": ["ACE-V1.1"],
4
+ "model_name": "ACE-V1.1",
5
+ "mAP_score": 0.925,
6
+ "task": "object-detection"
7
+ "framework": "ultralytics"
8
  }