rlellep commited on
Commit
c8f39dc
·
verified ·
1 Parent(s): 0e860b6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -30,7 +30,7 @@
30
  "epochs": 25,
31
  "batch_size": 8,
32
  "eval_batch_size": 16,
33
- "grad_clip": 0.0,
34
  "scheduler_after_epoch": true,
35
  "lr": 5e-06,
36
  "optimizer": "AdamW",
@@ -80,9 +80,9 @@
80
  "batch_group_size": 0,
81
  "loss_masking": null,
82
  "min_audio_len": 1,
83
- "max_audio_len": 9999999,
84
  "min_text_len": 1,
85
- "max_text_len": 9999999,
86
  "compute_f0": false,
87
  "compute_energy": false,
88
  "compute_linear_spec": false,
@@ -116,7 +116,7 @@
116
  "gpt_batch_size": 1,
117
  "enable_redaction": false,
118
  "kv_cache": true,
119
- "gpt_checkpoint": null,
120
  "clvp_checkpoint": null,
121
  "decoder_checkpoint": null,
122
  "num_chars": 255,
 
30
  "epochs": 25,
31
  "batch_size": 8,
32
  "eval_batch_size": 16,
33
+ "grad_clip": null,
34
  "scheduler_after_epoch": true,
35
  "lr": 5e-06,
36
  "optimizer": "AdamW",
 
80
  "batch_group_size": 0,
81
  "loss_masking": null,
82
  "min_audio_len": 1,
83
+ "max_audio_len": Infinity,
84
  "min_text_len": 1,
85
+ "max_text_len": Infinity,
86
  "compute_f0": false,
87
  "compute_energy": false,
88
  "compute_linear_spec": false,
 
116
  "gpt_batch_size": 1,
117
  "enable_redaction": false,
118
  "kv_cache": true,
119
+ "gpt_checkpoint": "",
120
  "clvp_checkpoint": null,
121
  "decoder_checkpoint": null,
122
  "num_chars": 255,