lelegu commited on
Commit
31dacff
·
verified ·
1 Parent(s): 307f2f0

Upload model_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_config.json +24 -0
model_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": {
3
+ "nlabel": 260,
4
+ "cape_config_path": "dense-asr-libriheavy-0.08b/cape_config.yaml",
5
+ "content_scale": 1.0,
6
+ "in_channels": 80,
7
+ "stacking": 4,
8
+ "layer_dropout": 0,
9
+ "dropout": 0,
10
+ "n_blocks": 16,
11
+ "emb_dim": 512,
12
+ "mlp_dim": 4096,
13
+ "ln_norm_type": "PRE",
14
+ "ln_epsilon": 1e-05,
15
+ "mask_type": "NOT_CAUSAL",
16
+ "n_experts": "0",
17
+ "share_router": false,
18
+ "load_balance_loss_weight": 0,
19
+ "moe_jitter_eps": 0
20
+ },
21
+ "tokenizer": {
22
+ "vocab_path": "dense-asr-libriheavy-0.08b/byte.vocab"
23
+ }
24
+ }