Resham2987 commited on
Commit
9ca579f
·
verified ·
1 Parent(s): 18562ec

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +28 -0
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "mobilenet_v2_custom",
3
+ "num_classes": 2,
4
+ "id2label": {
5
+ "0": "abaya",
6
+ "1": "thobe"
7
+ },
8
+ "label2id": {
9
+ "abaya": 0,
10
+ "thobe": 1
11
+ },
12
+ "classifier_hidden": 128,
13
+ "input_size": [
14
+ 3,
15
+ 224,
16
+ 224
17
+ ],
18
+ "normalization_mean": [
19
+ 0.485,
20
+ 0.456,
21
+ 0.406
22
+ ],
23
+ "normalization_std": [
24
+ 0.229,
25
+ 0.224,
26
+ 0.225
27
+ ]
28
+ }