Create config.json
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "vision",
|
| 3 |
+
"architectures": ["ACE-V1"],
|
| 4 |
+
"mAP_score": 0.9277
|
| 5 |
+
}
|