nambn0321 commited on
Commit
5473e0a
·
verified ·
1 Parent(s): f9aa3b0

Update config (2).json

Browse files
Files changed (1) hide show
  1. config (2).json +7 -33
config (2).json CHANGED
@@ -8,41 +8,15 @@
8
  "model_type": "hifigan",
9
  "normalize_before": true,
10
  "resblock_dilation_sizes": [
11
- [
12
- 1,
13
- 3,
14
- 5
15
- ],
16
- [
17
- 1,
18
- 3,
19
- 5
20
- ],
21
- [
22
- 1,
23
- 3,
24
- 5
25
- ]
26
  ],
27
- "resblock_kernel_sizes": [
28
- 3,
29
- 7,
30
- 11
31
- ],
32
- "sampling_rate": 16000,
33
  "torch_dtype": "float32",
34
  "transformers_version": "4.52.4",
35
  "upsample_initial_channel": 512,
36
- "upsample_kernel_sizes": [
37
- 8,
38
- 8,
39
- 8,
40
- 8
41
- ],
42
- "upsample_rates": [
43
- 4,
44
- 4,
45
- 4,
46
- 4
47
- ]
48
  }
 
8
  "model_type": "hifigan",
9
  "normalize_before": true,
10
  "resblock_dilation_sizes": [
11
+ [1, 3, 5],
12
+ [1, 3, 5],
13
+ [1, 3, 5]
 
 
 
 
 
 
 
 
 
 
 
 
14
  ],
15
+ "resblock_kernel_sizes": [3, 7, 11],
16
+ "sampling_rate": 22050,
 
 
 
 
17
  "torch_dtype": "float32",
18
  "transformers_version": "4.52.4",
19
  "upsample_initial_channel": 512,
20
+ "upsample_kernel_sizes": [16, 16, 4, 4],
21
+ "upsample_rates": [8, 8, 2, 2]
 
 
 
 
 
 
 
 
 
 
22
  }