ferdaouskachouri commited on
Commit
31f5341
·
verified ·
1 Parent(s): fcb2f33

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +22 -0
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "efficientnet_b0",
3
+ "num_classes": 5,
4
+ "img_size": 224,
5
+ "classes": [
6
+ "Bank Statement",
7
+ "Check",
8
+ "ITR_Form 16",
9
+ "Salary Slip",
10
+ "Utility"
11
+ ],
12
+ "normalize_mean": [
13
+ 0.485,
14
+ 0.456,
15
+ 0.406
16
+ ],
17
+ "normalize_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ]
22
+ }