Xenova HF staff commited on
Commit
e0b0016
·
verified ·
1 Parent(s): 9c36f68

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -1
config.json CHANGED
@@ -1,3 +1,14 @@
1
  {
2
- "model_type": "snac"
 
 
 
 
 
 
 
 
 
 
 
3
  }
 
1
  {
2
+ "model_type": "snac",
3
+ "sampling_rate": 24000,
4
+ "encoder_dim": 48,
5
+ "encoder_rates": [2, 4, 8, 8],
6
+ "decoder_dim": 1024,
7
+ "decoder_rates": [8, 8, 4, 2],
8
+ "attn_window_size": null,
9
+ "codebook_size": 4096,
10
+ "codebook_dim": 8,
11
+ "vq_strides": [4, 2, 1],
12
+ "noise": true,
13
+ "depthwise": true
14
  }