huseinzol05
commited on
Commit
•
d8d79db
1
Parent(s):
c136ede
Upload config.yaml with huggingface_hub
Browse files- config.yaml +5 -5
config.yaml
CHANGED
@@ -11,14 +11,14 @@ backbone:
|
|
11 |
class_path: vocos.models.VocosBackbone
|
12 |
init_args:
|
13 |
input_channels: 100
|
14 |
-
dim:
|
15 |
-
intermediate_dim:
|
16 |
-
num_layers:
|
17 |
|
18 |
head:
|
19 |
class_path: vocos.heads.ISTFTHead
|
20 |
init_args:
|
21 |
-
dim:
|
22 |
n_fft: 1024
|
23 |
hop_length: 256
|
24 |
-
padding: center
|
|
|
11 |
class_path: vocos.models.VocosBackbone
|
12 |
init_args:
|
13 |
input_channels: 100
|
14 |
+
dim: 768
|
15 |
+
intermediate_dim: 2304
|
16 |
+
num_layers: 12
|
17 |
|
18 |
head:
|
19 |
class_path: vocos.heads.ISTFTHead
|
20 |
init_args:
|
21 |
+
dim: 768
|
22 |
n_fft: 1024
|
23 |
hop_length: 256
|
24 |
+
padding: center
|