karim23657
commited on
Upload /mimic3-haaniye_low/generator.onnx.json with huggingface_hub
Browse files
mimic3-haaniye_low/generator.onnx.json
ADDED
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"seed": 1234,
|
3 |
+
"epochs": 10000,
|
4 |
+
"learning_rate": 0.0002,
|
5 |
+
"betas": [
|
6 |
+
0.8,
|
7 |
+
0.99
|
8 |
+
],
|
9 |
+
"eps": 1e-09,
|
10 |
+
"batch_size": 32,
|
11 |
+
"fp16_run": true,
|
12 |
+
"lr_decay": 0.999875,
|
13 |
+
"segment_size": 8192,
|
14 |
+
"init_lr_ratio": 1.0,
|
15 |
+
"warmup_epochs": 0,
|
16 |
+
"c_mel": 45,
|
17 |
+
"c_kl": 1.0,
|
18 |
+
"grad_clip": null,
|
19 |
+
"min_seq_length": null,
|
20 |
+
"max_seq_length": 400,
|
21 |
+
"min_spec_length": null,
|
22 |
+
"max_spec_length": null,
|
23 |
+
"min_speaker_utterances": null,
|
24 |
+
"last_epoch": 1,
|
25 |
+
"global_step": 1,
|
26 |
+
"best_loss": null,
|
27 |
+
"audio": {
|
28 |
+
"filter_length": 1024,
|
29 |
+
"hop_length": 256,
|
30 |
+
"win_length": 1024,
|
31 |
+
"mel_channels": 80,
|
32 |
+
"sample_rate": 22050,
|
33 |
+
"sample_bytes": 2,
|
34 |
+
"channels": 1,
|
35 |
+
"mel_fmin": 0.0,
|
36 |
+
"mel_fmax": null,
|
37 |
+
"ref_level_db": 20.0,
|
38 |
+
"spec_gain": 1.0,
|
39 |
+
"signal_norm": true,
|
40 |
+
"min_level_db": -100.0,
|
41 |
+
"max_norm": 1.0,
|
42 |
+
"clip_norm": true,
|
43 |
+
"symmetric_norm": true,
|
44 |
+
"do_dynamic_range_compression": true,
|
45 |
+
"convert_db_to_amp": true,
|
46 |
+
"do_trim_silence": false,
|
47 |
+
"trim_silence_db": 40.0,
|
48 |
+
"trim_margin_sec": 0.01,
|
49 |
+
"trim_keep_sec": 0.25,
|
50 |
+
"scale_mels": false
|
51 |
+
},
|
52 |
+
"model": {
|
53 |
+
"num_symbols": 37,
|
54 |
+
"n_speakers": 1,
|
55 |
+
"inter_channels": 192,
|
56 |
+
"hidden_channels": 192,
|
57 |
+
"filter_channels": 768,
|
58 |
+
"n_heads": 2,
|
59 |
+
"n_layers": 6,
|
60 |
+
"kernel_size": 3,
|
61 |
+
"p_dropout": 0.1,
|
62 |
+
"resblock": "2",
|
63 |
+
"resblock_kernel_sizes": [
|
64 |
+
3,
|
65 |
+
5,
|
66 |
+
7
|
67 |
+
],
|
68 |
+
"resblock_dilation_sizes": [
|
69 |
+
[
|
70 |
+
1,
|
71 |
+
2
|
72 |
+
],
|
73 |
+
[
|
74 |
+
2,
|
75 |
+
6
|
76 |
+
],
|
77 |
+
[
|
78 |
+
3,
|
79 |
+
12
|
80 |
+
]
|
81 |
+
],
|
82 |
+
"upsample_rates": [
|
83 |
+
8,
|
84 |
+
8,
|
85 |
+
4
|
86 |
+
],
|
87 |
+
"upsample_initial_channel": 256,
|
88 |
+
"upsample_kernel_sizes": [
|
89 |
+
16,
|
90 |
+
16,
|
91 |
+
8
|
92 |
+
],
|
93 |
+
"n_layers_q": 3,
|
94 |
+
"use_spectral_norm": false,
|
95 |
+
"gin_channels": 0,
|
96 |
+
"use_sdp": true
|
97 |
+
},
|
98 |
+
"phonemes": {
|
99 |
+
"phoneme_separator": "",
|
100 |
+
"word_separator": " ",
|
101 |
+
"phoneme_to_id": null,
|
102 |
+
"pad": "_",
|
103 |
+
"bos": "^",
|
104 |
+
"eos": "$",
|
105 |
+
"blank": "_",
|
106 |
+
"blank_word": "#",
|
107 |
+
"blank_between": "tokens_and_words",
|
108 |
+
"blank_at_start": true,
|
109 |
+
"blank_at_end": true,
|
110 |
+
"simple_punctuation": true,
|
111 |
+
"punctuation_map": null,
|
112 |
+
"separate": [
|
113 |
+
"\u02c8",
|
114 |
+
"\u02cc"
|
115 |
+
],
|
116 |
+
"separate_graphemes": false,
|
117 |
+
"separate_tones": false,
|
118 |
+
"tone_before": false,
|
119 |
+
"phoneme_map": null,
|
120 |
+
"auto_bos_eos": true,
|
121 |
+
"minor_break": ",",
|
122 |
+
"major_break": ".",
|
123 |
+
"break_phonemes_into_graphemes": false,
|
124 |
+
"break_phonemes_into_codepoints": false,
|
125 |
+
"drop_stress": false,
|
126 |
+
"symbols": null
|
127 |
+
},
|
128 |
+
"text_aligner": {
|
129 |
+
"aligner": null,
|
130 |
+
"casing": null
|
131 |
+
},
|
132 |
+
"text_language": "fa",
|
133 |
+
"phonemizer": "espeak",
|
134 |
+
"datasets": [
|
135 |
+
{
|
136 |
+
"name": "persian_tts",
|
137 |
+
"metadata_format": "phonemes",
|
138 |
+
"multispeaker": false,
|
139 |
+
"text_language": null,
|
140 |
+
"audio_dir": "/media/12tb/fa/persian-tts-dataset/wav",
|
141 |
+
"cache_dir": "/media/cache/persian-tts-dataset"
|
142 |
+
}
|
143 |
+
],
|
144 |
+
"inference": {
|
145 |
+
"length_scale": 1.0,
|
146 |
+
"noise_scale": 0.333,
|
147 |
+
"noise_w": 0.333,
|
148 |
+
"auto_append_text": "."
|
149 |
+
},
|
150 |
+
"version": 1,
|
151 |
+
"git_commit": ""
|
152 |
+
}
|