-
Notifications
You must be signed in to change notification settings - Fork 34
/
finetune_mms.json
56 lines (46 loc) · 1.49 KB
/
finetune_mms.json
1
2
3
4
5
6
7
8
9
10
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"project_name": "mms_gujarati_finetuning",
"push_to_hub": true,
"hub_model_id": "ylacombe/mms-tts-guj-train",
"report_to": ["wandb"],
"overwrite_output_dir": true,
"output_dir": "./tmp/vits_finetuned_guj",
"dataset_name": "ylacombe/google-gujarati",
"dataset_config_name": "male",
"audio_column_name": "audio",
"text_column_name":"text",
"train_split_name": "train",
"eval_split_name": "train",
"speaker_id_column_name": "speaker_id",
"override_speaker_embeddings": true,
"filter_on_speaker_id": 5251,
"full_generation_sample_text": "આજે દુબલીમાં ગરમી છે, શું આશ્ચર્ય છે",
"max_duration_in_seconds": 20,
"min_duration_in_seconds": 1.0,
"max_tokens_length": 500,
"model_name_or_path": "ylacombe/mms-tts-guj-train",
"preprocessing_num_workers": 4,
"do_train": true,
"num_train_epochs": 200,
"gradient_accumulation_steps": 1,
"gradient_checkpointing": false,
"per_device_train_batch_size": 16,
"learning_rate": 2e-5,
"adam_beta1": 0.8,
"adam_beta2": 0.99,
"warmup_ratio": 0.01,
"group_by_length": false,
"do_eval": true,
"eval_steps": 50,
"per_device_eval_batch_size": 16,
"max_eval_samples": 25,
"do_step_schedule_per_epoch": true,
"weight_disc": 3,
"weight_fmaps": 1,
"weight_gen": 1,
"weight_kl": 1.5,
"weight_duration": 1,
"weight_mel": 35,
"fp16": true,
"seed": 456
}