Update config.json
Browse files- config.json +4 -5
config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"activation_dropout": 0.1,
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.1,
|
| 7 |
"depth_separable_channels": 2,
|
|
@@ -41,7 +41,6 @@
|
|
| 41 |
"hidden_act": "relu",
|
| 42 |
"hidden_dropout": 0.1,
|
| 43 |
"hidden_size": 192,
|
| 44 |
-
"hop_length": 256,
|
| 45 |
"initializer_range": 0.02,
|
| 46 |
"layer_norm_eps": 1e-05,
|
| 47 |
"layerdrop": 0.1,
|
|
@@ -78,12 +77,11 @@
|
|
| 78 |
11
|
| 79 |
],
|
| 80 |
"sampling_rate": 16000,
|
| 81 |
-
"segment_size": 8192,
|
| 82 |
"speaker_embedding_size": 0,
|
| 83 |
"speaking_rate": 1.0,
|
| 84 |
"spectrogram_bins": 513,
|
| 85 |
"torch_dtype": "float32",
|
| 86 |
-
"transformers_version": "4.
|
| 87 |
"upsample_initial_channel": 512,
|
| 88 |
"upsample_kernel_sizes": [
|
| 89 |
16,
|
|
@@ -99,9 +97,10 @@
|
|
| 99 |
],
|
| 100 |
"use_bias": true,
|
| 101 |
"use_stochastic_duration_prediction": true,
|
| 102 |
-
"vocab_size":
|
| 103 |
"wavenet_dilation_rate": 1,
|
| 104 |
"wavenet_dropout": 0.0,
|
| 105 |
"wavenet_kernel_size": 5,
|
| 106 |
"window_size": 4
|
| 107 |
}
|
|
|
|
|
|
| 1 |
{
|
| 2 |
"activation_dropout": 0.1,
|
| 3 |
"architectures": [
|
| 4 |
+
"VitsModelForPreTraining"
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.1,
|
| 7 |
"depth_separable_channels": 2,
|
|
|
|
| 41 |
"hidden_act": "relu",
|
| 42 |
"hidden_dropout": 0.1,
|
| 43 |
"hidden_size": 192,
|
|
|
|
| 44 |
"initializer_range": 0.02,
|
| 45 |
"layer_norm_eps": 1e-05,
|
| 46 |
"layerdrop": 0.1,
|
|
|
|
| 77 |
11
|
| 78 |
],
|
| 79 |
"sampling_rate": 16000,
|
|
|
|
| 80 |
"speaker_embedding_size": 0,
|
| 81 |
"speaking_rate": 1.0,
|
| 82 |
"spectrogram_bins": 513,
|
| 83 |
"torch_dtype": "float32",
|
| 84 |
+
"transformers_version": "4.33.0.dev0",
|
| 85 |
"upsample_initial_channel": 512,
|
| 86 |
"upsample_kernel_sizes": [
|
| 87 |
16,
|
|
|
|
| 97 |
],
|
| 98 |
"use_bias": true,
|
| 99 |
"use_stochastic_duration_prediction": true,
|
| 100 |
+
"vocab_size": 64,
|
| 101 |
"wavenet_dilation_rate": 1,
|
| 102 |
"wavenet_dropout": 0.0,
|
| 103 |
"wavenet_kernel_size": 5,
|
| 104 |
"window_size": 4
|
| 105 |
}
|
| 106 |
+
|