jaranohaal yernarbekbolat commited on
Commit
b3d208e
·
verified ·
1 Parent(s): aa884ae

Update config.json (#2)

Browse files

- Update config.json (c4c466717c6b1a2d05670659890d96b39de08730)


Co-authored-by: Yernar Bekbolat <[email protected]>

Files changed (1) hide show
  1. config.json +21 -0
config.json CHANGED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "jaranohaal/vit-base-violence-detection",
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, # Assuming binary classification for violence detection
19
+ "transformers_version": "4.41.0",
20
+ "torch_dtype": "float32"
21
+ }