barisaydin commited on
Commit
464f088
1 Parent(s): 53be80e

Upload folder using huggingface_hub

Browse files
.DS_Store ADDED
Binary file (10.2 kB). View file
 
tts_models--multilingual--multi-dataset--bark/coarse_2.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:286abc253d4d7f4d148325df07585f7ca4fca36ce40577a1ddd744a8b35e4388
3
+ size 3934534533
tts_models--multilingual--multi-dataset--bark/config.json ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "bark",
3
+ "output_path": "output",
4
+ "logger_uri": null,
5
+ "run_name": "run",
6
+ "project_name": null,
7
+ "run_description": "\ud83d\udc38Coqui trainer run.",
8
+ "print_step": 25,
9
+ "plot_step": 100,
10
+ "model_param_stats": false,
11
+ "wandb_entity": null,
12
+ "dashboard_logger": "tensorboard",
13
+ "log_model_step": null,
14
+ "save_step": 10000,
15
+ "save_n_checkpoints": 5,
16
+ "save_checkpoints": true,
17
+ "save_all_best": false,
18
+ "save_best_after": 10000,
19
+ "target_loss": null,
20
+ "print_eval": false,
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
+ "epochs": 1000,
28
+ "batch_size": 32,
29
+ "eval_batch_size": 16,
30
+ "grad_clip": 0.0,
31
+ "scheduler_after_epoch": true,
32
+ "lr": 0.001,
33
+ "optimizer": "radam",
34
+ "optimizer_params": null,
35
+ "lr_scheduler": null,
36
+ "lr_scheduler_params": {},
37
+ "use_grad_scaler": false,
38
+ "cudnn_enable": true,
39
+ "cudnn_deterministic": false,
40
+ "cudnn_benchmark": false,
41
+ "training_seed": 54321,
42
+ "num_loader_workers": 0,
43
+ "num_eval_loader_workers": 0,
44
+ "use_noise_augment": false,
45
+ "audio": {
46
+ "fft_size": 1024,
47
+ "win_length": 1024,
48
+ "hop_length": 256,
49
+ "frame_shift_ms": null,
50
+ "frame_length_ms": null,
51
+ "stft_pad_mode": "reflect",
52
+ "sample_rate": 22050,
53
+ "resample": false,
54
+ "preemphasis": 0.0,
55
+ "ref_level_db": 20,
56
+ "do_sound_norm": false,
57
+ "log_func": "np.log10",
58
+ "do_trim_silence": true,
59
+ "trim_db": 45,
60
+ "do_rms_norm": false,
61
+ "db_level": null,
62
+ "power": 1.5,
63
+ "griffin_lim_iters": 60,
64
+ "num_mels": 80,
65
+ "mel_fmin": 0.0,
66
+ "mel_fmax": null,
67
+ "spec_gain": 20,
68
+ "do_amp_to_db_linear": true,
69
+ "do_amp_to_db_mel": true,
70
+ "pitch_fmax": 640.0,
71
+ "pitch_fmin": 1.0,
72
+ "signal_norm": true,
73
+ "min_level_db": -100,
74
+ "symmetric_norm": true,
75
+ "max_norm": 4.0,
76
+ "clip_norm": true,
77
+ "stats_path": null
78
+ },
79
+ "use_phonemes": false,
80
+ "phonemizer": null,
81
+ "phoneme_language": null,
82
+ "compute_input_seq_cache": false,
83
+ "text_cleaner": null,
84
+ "enable_eos_bos_chars": false,
85
+ "test_sentences_file": "",
86
+ "phoneme_cache_path": null,
87
+ "characters": null,
88
+ "add_blank": false,
89
+ "batch_group_size": 0,
90
+ "loss_masking": null,
91
+ "min_audio_len": 1,
92
+ "max_audio_len": Infinity,
93
+ "min_text_len": 1,
94
+ "max_text_len": Infinity,
95
+ "compute_f0": false,
96
+ "compute_energy": false,
97
+ "compute_linear_spec": false,
98
+ "precompute_num_workers": 0,
99
+ "start_by_longest": false,
100
+ "shuffle": false,
101
+ "drop_last": false,
102
+ "datasets": [
103
+ {
104
+ "formatter": "",
105
+ "dataset_name": "",
106
+ "path": "",
107
+ "meta_file_train": "",
108
+ "ignored_speakers": null,
109
+ "language": "",
110
+ "phonemizer": "",
111
+ "meta_file_val": "",
112
+ "meta_file_attn_mask": ""
113
+ }
114
+ ],
115
+ "test_sentences": [],
116
+ "eval_split_max_size": null,
117
+ "eval_split_size": 0.01,
118
+ "use_speaker_weighted_sampler": false,
119
+ "speaker_weighted_sampler_alpha": 1.0,
120
+ "use_language_weighted_sampler": false,
121
+ "language_weighted_sampler_alpha": 1.0,
122
+ "use_length_weighted_sampler": false,
123
+ "length_weighted_sampler_alpha": 1.0,
124
+ "num_chars": 0,
125
+ "semantic_config": {
126
+ "block_size": 1024,
127
+ "input_vocab_size": 10048,
128
+ "output_vocab_size": 10048,
129
+ "n_layer": 12,
130
+ "n_head": 12,
131
+ "n_embd": 768,
132
+ "dropout": 0.0,
133
+ "bias": true
134
+ },
135
+ "fine_config": {
136
+ "block_size": 1024,
137
+ "input_vocab_size": 10048,
138
+ "output_vocab_size": 10048,
139
+ "n_layer": 12,
140
+ "n_head": 12,
141
+ "n_embd": 768,
142
+ "dropout": 0.0,
143
+ "bias": true,
144
+ "n_codes_total": 8,
145
+ "n_codes_given": 1
146
+ },
147
+ "coarse_config": {
148
+ "block_size": 1024,
149
+ "input_vocab_size": 10048,
150
+ "output_vocab_size": 10048,
151
+ "n_layer": 12,
152
+ "n_head": 12,
153
+ "n_embd": 768,
154
+ "dropout": 0.0,
155
+ "bias": true
156
+ },
157
+ "CONTEXT_WINDOW_SIZE": 1024,
158
+ "SEMANTIC_RATE_HZ": 49.9,
159
+ "SEMANTIC_VOCAB_SIZE": 10000,
160
+ "CODEBOOK_SIZE": 1024,
161
+ "N_COARSE_CODEBOOKS": 2,
162
+ "N_FINE_CODEBOOKS": 8,
163
+ "COARSE_RATE_HZ": 75,
164
+ "SAMPLE_RATE": 24000,
165
+ "USE_SMALLER_MODELS": false,
166
+ "TEXT_ENCODING_OFFSET": 10048,
167
+ "SEMANTIC_PAD_TOKEN": 10000,
168
+ "TEXT_PAD_TOKEN": 129595,
169
+ "SEMANTIC_INFER_TOKEN": 129599,
170
+ "COARSE_SEMANTIC_PAD_TOKEN": 12048,
171
+ "COARSE_INFER_TOKEN": 12050,
172
+ "REMOTE_MODEL_PATHS": {
173
+ "text": {
174
+ "path": "https://huggingface.co/erogol/bark/tree/main/text_2.pt",
175
+ "checksum": "54afa89d65e318d4f5f80e8e8799026a"
176
+ },
177
+ "coarse": {
178
+ "path": "https://huggingface.co/erogol/bark/tree/main/coarse_2.pt",
179
+ "checksum": "8a98094e5e3a255a5c9c0ab7efe8fd28"
180
+ },
181
+ "fine": {
182
+ "path": "https://huggingface.co/erogol/bark/tree/main/fine_2.pt",
183
+ "checksum": "59d184ed44e3650774a2f0503a48a97b"
184
+ }
185
+ },
186
+ "LOCAL_MODEL_PATHS": {
187
+ "text": "/root/.local/share/tts/suno/bark_v0/text_2.pt",
188
+ "coarse": "/root/.local/share/tts/suno/bark_v0/coarse_2.pt",
189
+ "fine": "/root/.local/share/tts/suno/bark_v0/fine_2.pt",
190
+ "hubert_tokenizer": "/root/.local/share/tts/suno/bark_v0/tokenizer.pth",
191
+ "hubert": "/root/.local/share/tts/suno/bark_v0/hubert.pt"
192
+ },
193
+ "SMALL_REMOTE_MODEL_PATHS": {
194
+ "text": {
195
+ "path": "https://huggingface.co/erogol/bark/tree/main/text.pt"
196
+ },
197
+ "coarse": {
198
+ "path": "https://huggingface.co/erogol/bark/tree/main/coarse.pt"
199
+ },
200
+ "fine": {
201
+ "path": "https://huggingface.co/erogol/bark/tree/main/fine.pt"
202
+ }
203
+ },
204
+ "CACHE_DIR": "/root/.local/share/tts/suno/bark_v0"
205
+ }
tts_models--multilingual--multi-dataset--bark/fine_2.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:799c87afab4b01537094c63ea231f2c42c9c07aeb16773690540ad251a6d8fab
3
+ size 3741740229
tts_models--multilingual--multi-dataset--bark/hubert.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1703cf8d2cdc76f8c046f5f6a9bcd224e0e6caf4744cad1a1f4199c32cac8c8d
3
+ size 1136468879
tts_models--multilingual--multi-dataset--bark/text_2.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5
3
+ size 9
tts_models--multilingual--multi-dataset--bark/tokenizer.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cf7eeab58835c5fc1cfbd3fd19c457fbd07859a5f036a6bfea4b6840716c1e7
3
+ size 103981977
tts_models--multilingual--multi-dataset--xtts/config.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "output_path": "output",
3
+ "logger_uri": null,
4
+ "run_name": "run",
5
+ "project_name": null,
6
+ "run_description": "\ud83d\udc38Coqui trainer run.",
7
+ "print_step": 25,
8
+ "plot_step": 100,
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": 10000,
15
+ "save_n_checkpoints": 5,
16
+ "save_checkpoints": true,
17
+ "save_all_best": false,
18
+ "save_best_after": 10000,
19
+ "target_loss": null,
20
+ "print_eval": false,
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": 1000,
29
+ "batch_size": 32,
30
+ "eval_batch_size": 16,
31
+ "grad_clip": 0.0,
32
+ "scheduler_after_epoch": true,
33
+ "lr": 0.001,
34
+ "optimizer": "radam",
35
+ "optimizer_params": null,
36
+ "lr_scheduler": null,
37
+ "lr_scheduler_params": {},
38
+ "use_grad_scaler": false,
39
+ "allow_tf32": false,
40
+ "cudnn_enable": true,
41
+ "cudnn_deterministic": false,
42
+ "cudnn_benchmark": false,
43
+ "training_seed": 54321,
44
+ "model": "xtts",
45
+ "num_loader_workers": 0,
46
+ "num_eval_loader_workers": 0,
47
+ "use_noise_augment": false,
48
+ "audio": {
49
+ "sample_rate": 22050,
50
+ "output_sample_rate": 24000
51
+ },
52
+ "use_phonemes": false,
53
+ "phonemizer": null,
54
+ "phoneme_language": null,
55
+ "compute_input_seq_cache": false,
56
+ "text_cleaner": null,
57
+ "enable_eos_bos_chars": false,
58
+ "test_sentences_file": "",
59
+ "phoneme_cache_path": null,
60
+ "characters": null,
61
+ "add_blank": false,
62
+ "batch_group_size": 0,
63
+ "loss_masking": null,
64
+ "min_audio_len": 1,
65
+ "max_audio_len": Infinity,
66
+ "min_text_len": 1,
67
+ "max_text_len": Infinity,
68
+ "compute_f0": false,
69
+ "compute_energy": false,
70
+ "compute_linear_spec": false,
71
+ "precompute_num_workers": 0,
72
+ "start_by_longest": false,
73
+ "shuffle": false,
74
+ "drop_last": false,
75
+ "datasets": [
76
+ {
77
+ "formatter": "",
78
+ "dataset_name": "",
79
+ "path": "",
80
+ "meta_file_train": "",
81
+ "ignored_speakers": null,
82
+ "language": "",
83
+ "phonemizer": "",
84
+ "meta_file_val": "",
85
+ "meta_file_attn_mask": ""
86
+ }
87
+ ],
88
+ "test_sentences": [],
89
+ "eval_split_max_size": null,
90
+ "eval_split_size": 0.01,
91
+ "use_speaker_weighted_sampler": false,
92
+ "speaker_weighted_sampler_alpha": 1.0,
93
+ "use_language_weighted_sampler": false,
94
+ "language_weighted_sampler_alpha": 1.0,
95
+ "use_length_weighted_sampler": false,
96
+ "length_weighted_sampler_alpha": 1.0,
97
+ "model_args": {
98
+ "gpt_batch_size": 1,
99
+ "enable_redaction": false,
100
+ "kv_cache": true,
101
+ "gpt_checkpoint": null,
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,
108
+ "gpt_max_prompt_tokens": 70,
109
+ "gpt_layers": 30,
110
+ "gpt_n_model_channels": 1024,
111
+ "gpt_n_heads": 16,
112
+ "gpt_number_text_tokens": 6681,
113
+ "gpt_start_text_token": null,
114
+ "gpt_stop_text_token": null,
115
+ "gpt_num_audio_tokens": 1026,
116
+ "gpt_start_audio_token": 1024,
117
+ "gpt_stop_audio_token": 1025,
118
+ "gpt_code_stride_len": 1024,
119
+ "gpt_use_masking_gt_prompt_approach": true,
120
+ "gpt_use_perceiver_resampler": true,
121
+ "input_sample_rate": 22050,
122
+ "output_sample_rate": 24000,
123
+ "output_hop_length": 256,
124
+ "decoder_input_dim": 1024,
125
+ "d_vector_dim": 512,
126
+ "cond_d_vector_in_each_upsampling_layer": true,
127
+ "duration_const": 102400
128
+ },
129
+ "model_dir": null,
130
+ "languages": [
131
+ "en",
132
+ "es",
133
+ "fr",
134
+ "de",
135
+ "it",
136
+ "pt",
137
+ "pl",
138
+ "tr",
139
+ "ru",
140
+ "nl",
141
+ "cs",
142
+ "ar",
143
+ "zh-cn",
144
+ "hu",
145
+ "ko",
146
+ "ja",
147
+ "hi"
148
+ ],
149
+ "temperature": 0.75,
150
+ "length_penalty": 1.0,
151
+ "repetition_penalty": 5.0,
152
+ "top_k": 50,
153
+ "top_p": 0.85,
154
+ "num_gpt_outputs": 1,
155
+ "gpt_cond_len": 30,
156
+ "gpt_cond_chunk_len": 4,
157
+ "max_ref_len": 30,
158
+ "sound_norm_refs": false
159
+ }
tts_models--multilingual--multi-dataset--xtts/hash.md5 ADDED
@@ -0,0 +1 @@
 
 
1
+ 10f92b55c512af7a8d39d650547a15a7
tts_models--multilingual--multi-dataset--xtts/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7ea20001c6a0a841c77e252d8409f6a74fb423e79b3206a0771ba5989776187
3
+ size 1867929118
tts_models--multilingual--multi-dataset--xtts/speakers_xtts.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0f6137c19a4eab0cbbe4c99b5babacf68b1746e50da90807708c10e645b943b
3
+ size 7754818
tts_models--multilingual--multi-dataset--xtts/vocab.json ADDED
The diff for this file is too large to render. See raw diff