vijjj1 commited on
Commit
5e2db5d
·
verified ·
1 Parent(s): aa40160

Upload model from Colab

Browse files
Files changed (2) hide show
  1. best_model.pth +3 -0
  2. config.json +177 -0
best_model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4efc2e6f03fb9e1018f976f1365ba5998238f31a2d5b64ae59a94591cad99c34
3
+ size 1875074708
config.json ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "output_path": "output",
3
+ "logger_uri": null,
4
+ "run_name": "run",
5
+ "project_name": null,
6
+ "run_description": "viXTTS training",
7
+ "print_step": null,
8
+ "plot_step": null,
9
+ "model_param_stats": false,
10
+ "wandb_entity": null,
11
+ "dashboard_logger": "tensorboard",
12
+ "save_on_interrupt": true,
13
+ "log_model_step": null,
14
+ "save_step": 24000,
15
+ "save_n_checkpoints": 2,
16
+ "save_checkpoints": true,
17
+ "save_all_best": false,
18
+ "save_best_after": 0,
19
+ "target_loss": null,
20
+ "print_eval": true,
21
+ "test_delay_epochs": 0,
22
+ "run_eval": true,
23
+ "run_eval_steps": null,
24
+ "distributed_backend": "nccl",
25
+ "distributed_url": "tcp://localhost:54321",
26
+ "mixed_precision": false,
27
+ "precision": "fp16",
28
+ "epochs": 5,
29
+ "batch_size": 2,
30
+ "eval_batch_size": 2,
31
+ "grad_clip": 0.0,
32
+ "scheduler_after_epoch": true,
33
+ "lr": 5e-06,
34
+ "optimizer": "AdamW",
35
+ "optimizer_params": {
36
+ "betas": [
37
+ 0.9,
38
+ 0.96
39
+ ],
40
+ "eps": 1e-08,
41
+ "weight_decay": 0.01
42
+ },
43
+ "lr_scheduler": "MultiStepLR",
44
+ "lr_scheduler_params": {
45
+ "milestones": [
46
+ 900000,
47
+ 2700000,
48
+ 5400000
49
+ ],
50
+ "gamma": 0.5,
51
+ "last_epoch": -1
52
+ },
53
+ "use_grad_scaler": false,
54
+ "allow_tf32": false,
55
+ "cudnn_enable": true,
56
+ "cudnn_deterministic": false,
57
+ "cudnn_benchmark": false,
58
+ "training_seed": 1,
59
+ "model": "xtts",
60
+ "num_loader_workers": 0,
61
+ "num_eval_loader_workers": 0,
62
+ "use_noise_augment": false,
63
+ "audio": {
64
+ "sample_rate": 22050,
65
+ "output_sample_rate": 24000,
66
+ "dvae_sample_rate": 22050
67
+ },
68
+ "model_args": {
69
+ "gpt_batch_size": 1,
70
+ "enable_redaction": false,
71
+ "kv_cache": true,
72
+ "gpt_checkpoint": null,
73
+ "clvp_checkpoint": null,
74
+ "decoder_checkpoint": null,
75
+ "num_chars": 255,
76
+ "tokenizer_file": "",
77
+ "gpt_max_audio_tokens": 605,
78
+ "gpt_max_text_tokens": 402,
79
+ "gpt_max_prompt_tokens": 70,
80
+ "gpt_layers": 30,
81
+ "gpt_n_model_channels": 1024,
82
+ "gpt_n_heads": 16,
83
+ "gpt_number_text_tokens": 7544,
84
+ "gpt_start_text_token": 261,
85
+ "gpt_stop_text_token": 0,
86
+ "gpt_num_audio_tokens": 1026,
87
+ "gpt_start_audio_token": 1024,
88
+ "gpt_stop_audio_token": 1025,
89
+ "gpt_code_stride_len": 1024,
90
+ "gpt_use_masking_gt_prompt_approach": true,
91
+ "gpt_use_perceiver_resampler": true,
92
+ "input_sample_rate": 22050,
93
+ "output_sample_rate": 24000,
94
+ "output_hop_length": 256,
95
+ "decoder_input_dim": 1024,
96
+ "d_vector_dim": 512,
97
+ "cond_d_vector_in_each_upsampling_layer": true,
98
+ "duration_const": 102400
99
+ },
100
+ "_supports_cloning": true,
101
+ "use_phonemes": false,
102
+ "phonemizer": null,
103
+ "phoneme_language": null,
104
+ "compute_input_seq_cache": false,
105
+ "text_cleaner": null,
106
+ "enable_eos_bos_chars": false,
107
+ "test_sentences_file": "",
108
+ "phoneme_cache_path": null,
109
+ "characters": null,
110
+ "add_blank": false,
111
+ "batch_group_size": 48,
112
+ "loss_masking": null,
113
+ "min_audio_len": 1,
114
+ "max_audio_len": Infinity,
115
+ "min_text_len": 1,
116
+ "max_text_len": Infinity,
117
+ "compute_f0": false,
118
+ "compute_energy": false,
119
+ "compute_linear_spec": false,
120
+ "precompute_num_workers": 0,
121
+ "start_by_longest": false,
122
+ "shuffle": false,
123
+ "drop_last": false,
124
+ "datasets": [
125
+ {
126
+ "formatter": "",
127
+ "dataset_name": "",
128
+ "path": "",
129
+ "meta_file_train": "",
130
+ "ignored_speakers": null,
131
+ "language": "",
132
+ "phonemizer": "",
133
+ "meta_file_val": "",
134
+ "meta_file_attn_mask": ""
135
+ }
136
+ ],
137
+ "test_sentences": [],
138
+ "eval_split_max_size": null,
139
+ "eval_split_size": 0.01,
140
+ "use_speaker_weighted_sampler": false,
141
+ "speaker_weighted_sampler_alpha": 1.0,
142
+ "use_language_weighted_sampler": false,
143
+ "language_weighted_sampler_alpha": 1.0,
144
+ "use_length_weighted_sampler": false,
145
+ "length_weighted_sampler_alpha": 1.0,
146
+ "model_dir": null,
147
+ "languages": [
148
+ "en",
149
+ "es",
150
+ "fr",
151
+ "de",
152
+ "it",
153
+ "pt",
154
+ "pl",
155
+ "tr",
156
+ "ru",
157
+ "nl",
158
+ "cs",
159
+ "ar",
160
+ "zh-cn",
161
+ "hu",
162
+ "ko",
163
+ "ja",
164
+ "hi",
165
+ "vi"
166
+ ],
167
+ "temperature": 0.85,
168
+ "length_penalty": 1.0,
169
+ "repetition_penalty": 2.0,
170
+ "top_k": 50,
171
+ "top_p": 0.85,
172
+ "num_gpt_outputs": 1,
173
+ "gpt_cond_len": 12,
174
+ "gpt_cond_chunk_len": 4,
175
+ "max_ref_len": 10,
176
+ "sound_norm_refs": false
177
+ }