Spaces:
Runtime error
Runtime error
Update config.json
Browse files- config.json +31 -34
config.json
CHANGED
|
@@ -1,44 +1,41 @@
|
|
| 1 |
{
|
| 2 |
-
"model": "
|
|
|
|
| 3 |
"output_path": "./output_model",
|
| 4 |
-
"restore_path": null,
|
| 5 |
"datasets": [
|
| 6 |
{
|
| 7 |
-
"formatter": "
|
| 8 |
"meta_file_train": "./voxpopuli_es_500/metadata.json",
|
| 9 |
"path": "./voxpopuli_es_500/wav_data",
|
| 10 |
"language": "es"
|
| 11 |
}
|
| 12 |
],
|
| 13 |
-
"
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
"
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
"
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
"
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
},
|
| 42 |
-
"use_cuda": true,
|
| 43 |
-
"seed": 42
|
| 44 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model": "xtts",
|
| 3 |
+
"run_name": "xttsv2_finetune_es",
|
| 4 |
"output_path": "./output_model",
|
|
|
|
| 5 |
"datasets": [
|
| 6 |
{
|
| 7 |
+
"formatter": "json",
|
| 8 |
"meta_file_train": "./voxpopuli_es_500/metadata.json",
|
| 9 |
"path": "./voxpopuli_es_500/wav_data",
|
| 10 |
"language": "es"
|
| 11 |
}
|
| 12 |
],
|
| 13 |
+
"batch_size": 4,
|
| 14 |
+
"eval_batch_size": 4,
|
| 15 |
+
"num_loader_workers": 2,
|
| 16 |
+
"num_eval_loader_workers": 1,
|
| 17 |
+
"run_eval": true,
|
| 18 |
+
"test_delay_epochs": 1,
|
| 19 |
+
"epochs": 5,
|
| 20 |
+
"save_step": 100,
|
| 21 |
+
"print_step": 25,
|
| 22 |
+
"eval_step": 100,
|
| 23 |
+
"mixed_precision": true,
|
| 24 |
+
"cudnn_benchmark": true,
|
| 25 |
+
"lr": 1e-4,
|
| 26 |
+
"grad_clip": 5.0,
|
| 27 |
+
"loss_masking": true,
|
| 28 |
+
"use_speaker_embedding": true,
|
| 29 |
+
"compute_input_seq_cache": true,
|
| 30 |
+
"eval_split_size": 0.05,
|
| 31 |
+
"text_cleaner": "multilingual_cleaners",
|
| 32 |
+
"use_phonemes": false,
|
| 33 |
+
"phoneme_language": "es",
|
| 34 |
+
"min_text_len": 1,
|
| 35 |
+
"max_text_len": 200,
|
| 36 |
+
"min_audio_len": 1000,
|
| 37 |
+
"max_audio_len": 160000,
|
| 38 |
+
"output_step": 25,
|
| 39 |
+
"logger": "tensorboard",
|
| 40 |
+
"seed": 1234
|
|
|
|
|
|
|
|
|
|
| 41 |
}
|