Arsh9210 commited on
Commit
258c72d
·
verified ·
1 Parent(s): d4320ba

Added audex_causal_speech_decoder/config.json

Browse files
audex_causal_speech_decoder/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "audex_causal_speech_decoder",
3
+ "architectures": [
4
+ "AudexCausalSpeechDecoderModel"
5
+ ],
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_audex_causal_speech_decoder.AudexCausalSpeechDecoderConfig",
8
+ "AutoModel": "modeling_audex_causal_speech_decoder.AudexCausalSpeechDecoderModel"
9
+ },
10
+ "hidden_dim": 2048,
11
+ "depth": 12,
12
+ "heads": 32,
13
+ "pos_meb_dim": 64,
14
+ "hop_length": 320,
15
+ "vq_dim": 2048,
16
+ "lookahead_steps": 4,
17
+ "sample_rate": 16000,
18
+ "codebook_levels": [4, 4, 4, 4, 4, 4, 4, 4],
19
+ "codebook_size": 65536,
20
+ "token_embed_dim": 8,
21
+ "embed_tokens_from_codes": true
22
+ }