Upload 2 files
Browse files- miller_big_data/setting.json +21 -0
- pretrained_model_1200000.pt +3 -0
miller_big_data/setting.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"exp_name": "E2TTS_Base",
|
| 3 |
+
"learning_rate": 1e-05,
|
| 4 |
+
"batch_size_per_gpu": 1000,
|
| 5 |
+
"batch_size_type": "frame",
|
| 6 |
+
"max_samples": 64,
|
| 7 |
+
"grad_accumulation_steps": 1,
|
| 8 |
+
"max_grad_norm": 1,
|
| 9 |
+
"epochs": 1000,
|
| 10 |
+
"num_warmup_updates": 100,
|
| 11 |
+
"save_per_updates": 5000,
|
| 12 |
+
"keep_last_n_checkpoints": -1,
|
| 13 |
+
"last_per_updates": 1000,
|
| 14 |
+
"finetune": true,
|
| 15 |
+
"file_checkpoint_train": "",
|
| 16 |
+
"tokenizer_type": "pinyin",
|
| 17 |
+
"tokenizer_file": "",
|
| 18 |
+
"mixed_precision": "bf16",
|
| 19 |
+
"logger": "none",
|
| 20 |
+
"bnb_optimizer": false
|
| 21 |
+
}
|
pretrained_model_1200000.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d5a9e59ba681c37ad5cff781b8a982afc51143e716b3f756230956461cd66b7
|
| 3 |
+
size 1334245560
|