Upload 2 files
Browse files- vocoder/model.safetensors +3 -0
- vocoder/vocoder_config.json +51 -0
vocoder/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96d71d2d13cb853f00f4f382fc1b338649ff458ee791c862443842a2223e7547
|
3 |
+
size 221079092
|
vocoder/vocoder_config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/Users/mac/.cache/huggingface/hub/models--ucsd-reach--musicldm/snapshots/b8135e32e6b85e752c513d2e2ad44269e46024f7/vocoder",
|
3 |
+
"architectures": [
|
4 |
+
"SpeechT5HifiGan"
|
5 |
+
],
|
6 |
+
"initializer_range": 0.01,
|
7 |
+
"leaky_relu_slope": 0.1,
|
8 |
+
"model_in_dim": 64,
|
9 |
+
"model_type": "hifigan",
|
10 |
+
"normalize_before": false,
|
11 |
+
"resblock_dilation_sizes": [
|
12 |
+
[
|
13 |
+
1,
|
14 |
+
3,
|
15 |
+
5
|
16 |
+
],
|
17 |
+
[
|
18 |
+
1,
|
19 |
+
3,
|
20 |
+
5
|
21 |
+
],
|
22 |
+
[
|
23 |
+
1,
|
24 |
+
3,
|
25 |
+
5
|
26 |
+
]
|
27 |
+
],
|
28 |
+
"resblock_kernel_sizes": [
|
29 |
+
3,
|
30 |
+
7,
|
31 |
+
11
|
32 |
+
],
|
33 |
+
"sampling_rate": 16000,
|
34 |
+
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.36.2",
|
36 |
+
"upsample_initial_channel": 1024,
|
37 |
+
"upsample_kernel_sizes": [
|
38 |
+
16,
|
39 |
+
16,
|
40 |
+
8,
|
41 |
+
4,
|
42 |
+
4
|
43 |
+
],
|
44 |
+
"upsample_rates": [
|
45 |
+
5,
|
46 |
+
4,
|
47 |
+
2,
|
48 |
+
2,
|
49 |
+
2
|
50 |
+
]
|
51 |
+
}
|