drdraq commited on
Commit
074f91d
·
verified ·
1 Parent(s): 7e51197

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "engine": "qora-vision",
3
+ "model_type": "qora_vision_vivit",
4
+ "hidden_size": 768,
5
+ "num_hidden_layers": 12,
6
+ "num_attention_heads": 12,
7
+ "intermediate_size": 3072,
8
+ "image_size": 224,
9
+ "num_frames": 32,
10
+ "tubelet_size": [2, 16, 16],
11
+ "num_labels": 400,
12
+ "layer_norm_eps": 1e-6
13
+ }