Binarybardakshat commited on
Commit
747888d
1 Parent(s): b407cf4

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +21 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Binarybardakshat/RKSHT",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 3072,
11
+ "layer_norm_eps": 1e-12,
12
+ "hidden_size": 768,
13
+ "num_attention_heads": 12,
14
+ "num_hidden_layers": 12,
15
+ "image_size": 224,
16
+ "patch_size": 16,
17
+ "num_channels": 3,
18
+ "num_labels": 2,
19
+ "transformers_version": "4.41.0",
20
+ "torch_dtype": "float32"
21
+ }