aum27 commited on
Commit
42b3d47
·
verified ·
1 Parent(s): 863722c

Upload config (1).json

Browse files
Files changed (1) hide show
  1. config (1).json +15 -0
config (1).json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ViTForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "hidden_act": "gelu",
7
+ "hidden_dropout_prob": 0.0,
8
+ "hidden_size": 768,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 3072,
11
+ "layer_norm_eps": 1e-12,
12
+ "model_type": "vit",
13
+ "num_attention_heads": 12,
14
+ "num_hidden_layers": 12
15
+ }