Create model_index.json
Browse files- model_index.json +4 -0
model_index.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"pipeline_tag": "image-classification",
|
| 3 |
+
"base_model": "facebook/dinov2-base"
|
| 4 |
+
}
|