jnjconsulting commited on
Commit
4f0ea4a
1 Parent(s): 6a6f0d8

Upload preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +44 -0
preprocessor_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "concentrator_broken",
13
+ "1": "faultyopening",
14
+ "2": "insectscreen_check",
15
+ "3": "pedal_malfunction",
16
+ "4": "wall_contamination",
17
+ "5": "wall_crack",
18
+ "6": "wall_peeloff",
19
+ "7": "waterleak"
20
+ },
21
+ "image_size": 224,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "concentrator_broken": 0,
26
+ "faultyopening": 1,
27
+ "insectscreen_check": 2,
28
+ "pedal_malfunction": 3,
29
+ "wall_contamination": 4,
30
+ "wall_crack": 5,
31
+ "wall_peeloff": 6,
32
+ "waterleak": 7
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "model_type": "vit",
36
+ "num_attention_heads": 12,
37
+ "num_channels": 3,
38
+ "num_hidden_layers": 12,
39
+ "patch_size": 16,
40
+ "problem_type": "single_label_classification",
41
+ "qkv_bias": true,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.33.1"
44
+ }