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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -12
config.json CHANGED
@@ -38,15 +38,5 @@
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
- }
 
38
  "num_channels": 3,
39
  "num_hidden_layers": 12,
40
  "patch_size": 16,
41
+ "transformers_version": "4.5.0.dev0"
42
+ }