Respair commited on
Commit
f6e9b50
·
verified ·
1 Parent(s): 6c92e76

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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": "mHubert_base" # or hubert_base_general
11
+ }