galbitang commited on
Commit
3268ea8
1 Parent(s): 20b403d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -3,7 +3,7 @@
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.0,
7
  "encoder_stride": 16,
8
  "hidden_act": "relu",
9
  "hidden_dropout_prob": 0.1,
@@ -44,7 +44,7 @@
44
  "num_channels": 3,
45
  "num_hidden_layers": 12,
46
  "padding": "max_length",
47
- "patch_size": 16,
48
  "problem_type": "single_label_classification",
49
  "qkv_bias": true,
50
  "torch_dtype": "float32",
 
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.01,
7
  "encoder_stride": 16,
8
  "hidden_act": "relu",
9
  "hidden_dropout_prob": 0.1,
 
44
  "num_channels": 3,
45
  "num_hidden_layers": 12,
46
  "padding": "max_length",
47
+ "patch_size": 64,
48
  "problem_type": "single_label_classification",
49
  "qkv_bias": true,
50
  "torch_dtype": "float32",