vivucloud commited on
Commit
1539945
·
verified ·
1 Parent(s): 40a21cf

Upload 7 files

Browse files
model_1000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34a67afe872f70b7c1d6302886156cfb2a64822559ac303bed5c9bc90f610a74
3
+ size 5394337484
model_1500.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af2648ba6e974199224ebc21031e864835279069a5d4e57b2d61f388172a69dd
3
+ size 5394337484
model_2000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:441c7288f20764e1601a121b670b12a094dc2b617f05c1dfdf6c31dffac74fb6
3
+ size 5394337548
model_500.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc746a24984f4c037d6d8b513622eb476f9f66246dd1e4f0e673bbde7f29b79d
3
+ size 5394335661
model_last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e7f5595b9dedfb08f57e27621eb8daad03e21c8ff82a3acec3b63c10968341e
3
+ size 5394337548
pretrained_model_1250000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97712ad127233890f59bff8fa035a2008cc5921305eb983212813517607d49f6
3
+ size 1348472625
setting.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "exp_name": "F5TTS_v1_Base",
3
+ "learning_rate": 1e-05,
4
+ "batch_size_per_gpu": 2709,
5
+ "batch_size_type": "frame",
6
+ "max_samples": 64,
7
+ "grad_accumulation_steps": 1,
8
+ "max_grad_norm": 1,
9
+ "epochs": 23107,
10
+ "num_warmup_updates": 100,
11
+ "save_per_updates": 500,
12
+ "keep_last_n_checkpoints": -1,
13
+ "last_per_updates": 100,
14
+ "finetune": true,
15
+ "file_checkpoint_train": "",
16
+ "tokenizer_type": "pinyin",
17
+ "tokenizer_file": "",
18
+ "mixed_precision": "fp16",
19
+ "logger": "none",
20
+ "bnb_optimizer": false
21
+ }