Upload 3 files
Browse files- model_last.pt +2 -2
- model_last.safetensors +1 -1
- setting.json +6 -5
model_last.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e49c901363aa52b602ee7051d6cc0c71a4f3bc588466600d229ae9926585c38
|
3 |
+
size 3383854326
|
model_last.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1348435761
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6cf6e0e8f7a5c0d1303710729fc44dbdea58e31c69a90d8aaa0f00c37e034c4
|
3 |
size 1348435761
|
setting.json
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
{
|
2 |
"exp_name": "F5TTS_Base",
|
3 |
"learning_rate": 1e-05,
|
4 |
-
"batch_size_per_gpu":
|
5 |
"batch_size_type": "frame",
|
6 |
"max_samples": 64,
|
7 |
"grad_accumulation_steps": 1,
|
8 |
"max_grad_norm": 1,
|
9 |
-
"epochs":
|
10 |
-
"num_warmup_updates":
|
11 |
-
"save_per_updates":
|
12 |
-
"
|
|
|
13 |
"finetune": true,
|
14 |
"file_checkpoint_train": "",
|
15 |
"tokenizer_type": "char",
|
|
|
1 |
{
|
2 |
"exp_name": "F5TTS_Base",
|
3 |
"learning_rate": 1e-05,
|
4 |
+
"batch_size_per_gpu": 5000,
|
5 |
"batch_size_type": "frame",
|
6 |
"max_samples": 64,
|
7 |
"grad_accumulation_steps": 1,
|
8 |
"max_grad_norm": 1,
|
9 |
+
"epochs": 1,
|
10 |
+
"num_warmup_updates": 405764,
|
11 |
+
"save_per_updates": 811528,
|
12 |
+
"keep_last_n_checkpoints": 5,
|
13 |
+
"last_per_updates": 10000,
|
14 |
"finetune": true,
|
15 |
"file_checkpoint_train": "",
|
16 |
"tokenizer_type": "char",
|