mandelakori commited on
Commit
a0b01de
·
verified ·
1 Parent(s): c38041b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -1
config.json CHANGED
@@ -38,5 +38,15 @@
38
  "num_channels": 3,
39
  "num_hidden_layers": 12,
40
  "patch_size": 16,
41
- "transformers_version": "4.5.0.dev0"
 
 
 
 
 
 
 
 
 
 
42
  }
 
38
  "num_channels": 3,
39
  "num_hidden_layers": 12,
40
  "patch_size": 16,
41
+ "transformers_version": "4.5.0.dev0",
42
+ "preprocessor": {
43
+ "image_processor_type": "ViTImageProcessor", // Replace with actual type
44
+ "image_size": 224,
45
+ "num_channels": 3,
46
+ "patch_size": 16,
47
+ "normalization": {
48
+ "mean": [0.485, 0.456, 0.406],
49
+ "std": [0.229, 0.224, 0.225]
50
+ }
51
+ }
52
  }