marcosremar2 commited on
Commit
ea6e696
·
verified ·
1 Parent(s): 9dfe6a3

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +23 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pocket_tts_language": "portuguese",
3
+ "erinome_pt": "/root/encoded_1500.pt",
4
+ "output_dir": "/workspace/checkpoints",
5
+ "epochs": 4,
6
+ "micro_batch_size": 2,
7
+ "grad_accum": 16,
8
+ "learning_rate": 5e-05,
9
+ "weight_decay": 0.01,
10
+ "warmup_steps": 200,
11
+ "bf16": true,
12
+ "seed": 42,
13
+ "save_every_steps": 25,
14
+ "log_every_steps": 25,
15
+ "freeze_backbone_layers": 4,
16
+ "flow_loss_weight": 1.0,
17
+ "eos_loss_weight": 0.1,
18
+ "grad_clip": 1.0,
19
+ "auto_lr_rewind": true,
20
+ "rewind_threshold": 5.0,
21
+ "curriculum": "",
22
+ "multi_dataset_weights": null
23
+ }