Upload folder using huggingface_hub
Browse files- .DS_Store +0 -0
- config.json +5 -5
- dvae.pth +3 -0
- mel_stats.pth +3 -0
.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"output_path": "/
|
| 3 |
"logger_uri": null,
|
| 4 |
"run_name": "GPT_FULL",
|
| 5 |
"project_name": "XTTS_trainer",
|
|
@@ -120,7 +120,7 @@
|
|
| 120 |
"clvp_checkpoint": null,
|
| 121 |
"decoder_checkpoint": null,
|
| 122 |
"num_chars": 255,
|
| 123 |
-
"tokenizer_file": "
|
| 124 |
"gpt_max_audio_tokens": 605,
|
| 125 |
"gpt_max_text_tokens": 402,
|
| 126 |
"gpt_max_prompt_tokens": 70,
|
|
@@ -150,9 +150,9 @@
|
|
| 150 |
"debug_loading_failures": false,
|
| 151 |
"max_wav_length": 330750,
|
| 152 |
"max_text_length": 400,
|
| 153 |
-
"mel_norm_file": "
|
| 154 |
-
"dvae_checkpoint": "
|
| 155 |
-
"xtts_checkpoint": "
|
| 156 |
"vocoder": ""
|
| 157 |
},
|
| 158 |
"model_dir": null,
|
|
|
|
| 1 |
{
|
| 2 |
+
"output_path": "model/",
|
| 3 |
"logger_uri": null,
|
| 4 |
"run_name": "GPT_FULL",
|
| 5 |
"project_name": "XTTS_trainer",
|
|
|
|
| 120 |
"clvp_checkpoint": null,
|
| 121 |
"decoder_checkpoint": null,
|
| 122 |
"num_chars": 255,
|
| 123 |
+
"tokenizer_file": "vocab.json",
|
| 124 |
"gpt_max_audio_tokens": 605,
|
| 125 |
"gpt_max_text_tokens": 402,
|
| 126 |
"gpt_max_prompt_tokens": 70,
|
|
|
|
| 150 |
"debug_loading_failures": false,
|
| 151 |
"max_wav_length": 330750,
|
| 152 |
"max_text_length": 400,
|
| 153 |
+
"mel_norm_file": "mel_stats.pth",
|
| 154 |
+
"dvae_checkpoint": "dvae.pth",
|
| 155 |
+
"xtts_checkpoint": "model.pth",
|
| 156 |
"vocoder": ""
|
| 157 |
},
|
| 158 |
"model_dir": null,
|
dvae.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b29bc227d410d4991e0a8c09b858f77415013eeb9fba9650258e96095557d97a
|
| 3 |
+
size 210514388
|
mel_stats.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f69422a8a8f344c4fca2f0c6b8d41d2151d6615b7321e48e6bb15ae949b119c
|
| 3 |
+
size 1067
|