POrg commited on
Commit
dbe9f25
·
verified ·
1 Parent(s): cac74fe

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ }