2264K commited on
Commit
87b408a
·
verified ·
1 Parent(s): db7cbef

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "d_model": 256,
3
+ "n_heads": 4,
4
+ "ffn_dim": 512,
5
+ "n_layers": 6,
6
+ "vocab_size": 10000,
7
+ "patch_size": 16,
8
+ "max_seq_len": 512,
9
+ "dropout": 0.1,
10
+ "audio_feat_dim": 768
11
+ }