Eren G??lge
commited on
Commit
•
865bf5b
1
Parent(s):
4713569
New model and dvae
Browse files- config.json +2 -5
- dvae.pth +3 -0
- model.pth +2 -2
config.json
CHANGED
@@ -47,7 +47,6 @@
|
|
47 |
"use_noise_augment": false,
|
48 |
"audio": {
|
49 |
"sample_rate": 22050,
|
50 |
-
"diffusion_sample_rate": 24000,
|
51 |
"output_sample_rate": 24000
|
52 |
},
|
53 |
"use_phonemes": false,
|
@@ -103,8 +102,6 @@
|
|
103 |
"clvp_checkpoint": null,
|
104 |
"decoder_checkpoint": null,
|
105 |
"num_chars": 255,
|
106 |
-
"use_hifigan": true,
|
107 |
-
"use_ne_hifigan": false,
|
108 |
"tokenizer_file": "",
|
109 |
"gpt_max_audio_tokens": 605,
|
110 |
"gpt_max_text_tokens": 402,
|
@@ -159,9 +156,9 @@
|
|
159 |
"ko",
|
160 |
"ja"
|
161 |
],
|
162 |
-
"temperature": 0.
|
163 |
"length_penalty": 1.0,
|
164 |
-
"repetition_penalty":
|
165 |
"top_k": 50,
|
166 |
"top_p": 0.85,
|
167 |
"cond_free_k": 2.0,
|
|
|
47 |
"use_noise_augment": false,
|
48 |
"audio": {
|
49 |
"sample_rate": 22050,
|
|
|
50 |
"output_sample_rate": 24000
|
51 |
},
|
52 |
"use_phonemes": false,
|
|
|
102 |
"clvp_checkpoint": null,
|
103 |
"decoder_checkpoint": null,
|
104 |
"num_chars": 255,
|
|
|
|
|
105 |
"tokenizer_file": "",
|
106 |
"gpt_max_audio_tokens": 605,
|
107 |
"gpt_max_text_tokens": 402,
|
|
|
156 |
"ko",
|
157 |
"ja"
|
158 |
],
|
159 |
+
"temperature": 0.75,
|
160 |
"length_penalty": 1.0,
|
161 |
+
"repetition_penalty": 10.0,
|
162 |
"top_k": 50,
|
163 |
"top_p": 0.85,
|
164 |
"cond_free_k": 2.0,
|
dvae.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b29bc227d410d4991e0a8c09b858f77415013eeb9fba9650258e96095557d97a
|
3 |
+
size 210514388
|
model.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a09d1ad43896f06041ed8195956c9698f13b6189dc80f1c74bdc2b8e8d15324
|
3 |
+
size 1863575774
|