chatpig commited on
Commit
3488739
·
verified ·
1 Parent(s): ff11f80

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_filters": 32,
3
+ "D": 256,
4
+ "codebook_dim": 64,
5
+ "target_bandwidths": [0.5, 1, 1.5, 2, 4],
6
+ "ratios": [8, 5, 4, 2, 3],
7
+ "sample_rate": 24000,
8
+ "bins": 1024,
9
+ "n_q": 8,
10
+ "semantic_techer": "hubert_base_general"
11
+ }
12
+