SharoonArshad commited on
Commit
c3e360a
·
verified ·
1 Parent(s): 473783b

Upload model_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_config.json +14 -0
model_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "feature_dim": 198,
3
+ "d_model": 256,
4
+ "num_heads": 8,
5
+ "num_layers": 6,
6
+ "ffn_dim": 1024,
7
+ "dropout": 0.1,
8
+ "vocab_size": 8000,
9
+ "max_seq_len": 5000,
10
+ "time_mask_prob": 0.5,
11
+ "time_mask_max_frames": 20,
12
+ "frame_drop_prob": 0.05,
13
+ "use_grad_checkpoint": true
14
+ }