Upload config.json with huggingface_hub
Browse files- config.json +12 -0
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "beit",
|
| 3 |
+
"task": "image-classification",
|
| 4 |
+
"framework": "onnx",
|
| 5 |
+
"quantized": true,
|
| 6 |
+
"input_size": [
|
| 7 |
+
224,
|
| 8 |
+
224
|
| 9 |
+
],
|
| 10 |
+
"num_classes": 1,
|
| 11 |
+
"regression": true
|
| 12 |
+
}
|