Delete speechtokenizer/config.json
Browse files- speechtokenizer/config.json +0 -51
speechtokenizer/config.json
DELETED
@@ -1,51 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"resblock": "1",
|
3 |
-
"num_gpus": 3,
|
4 |
-
"batch_size": 60,
|
5 |
-
"learning_rate": 0.0001,
|
6 |
-
"adam_b1": 0.5,
|
7 |
-
"adam_b2": 0.9,
|
8 |
-
"lr_decay": 0.98,
|
9 |
-
"seed": 1234,
|
10 |
-
"lambda_distill": 0.15,
|
11 |
-
|
12 |
-
"n_filters": 64,
|
13 |
-
"strides": [8,5,4,2],
|
14 |
-
"dimension": 1024,
|
15 |
-
"semantic_dimension": 768,
|
16 |
-
"bidirectional": true,
|
17 |
-
"dilation_base": 2,
|
18 |
-
"residual_kernel_size": 3,
|
19 |
-
"n_residual_layers": 1,
|
20 |
-
"lstm_layers": 2,
|
21 |
-
"activation": "Snake",
|
22 |
-
|
23 |
-
|
24 |
-
"segment_size": 48000,
|
25 |
-
"num_mels": 80,
|
26 |
-
"num_freq": 1025,
|
27 |
-
"n_fft": 1024,
|
28 |
-
"hop_size": 240,
|
29 |
-
"win_size": 1024,
|
30 |
-
|
31 |
-
"sampling_rate": 16000,
|
32 |
-
"sample_rate": 16000,
|
33 |
-
|
34 |
-
"codebook_size": 1024,
|
35 |
-
"n_q": 8,
|
36 |
-
"codebook_dim": 512,
|
37 |
-
"codebook_loss_lambda": 1.0,
|
38 |
-
"commitment_loss_lambda": 0.25,
|
39 |
-
|
40 |
-
"fmin": 0,
|
41 |
-
"fmax": 8000,
|
42 |
-
"fmax_for_loss": null,
|
43 |
-
|
44 |
-
"num_workers": 12,
|
45 |
-
|
46 |
-
"dist_config": {
|
47 |
-
"dist_backend": "nccl",
|
48 |
-
"dist_url": "tcp://localhost:54321",
|
49 |
-
"world_size": 1
|
50 |
-
}
|
51 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|