Text-to-Speech
F5-TTS
Italian
alien79 commited on
Commit
0ce3699
1 Parent(s): c7a9468
Files changed (6) hide show
  1. model_108650.pt +3 -0
  2. model_52152.pt +3 -0
  3. model_82574.pt +3 -0
  4. model_italiano.pt +3 -0
  5. model_last.pt +3 -0
  6. setting.json +20 -0
model_108650.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:373a8e0ce0ecd989b4c2fba9aeffe1eeb504c6d04b1a9399524b21b7ba3d1281
3
+ size 5394193738
model_52152.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9a431178af351ddd8316a8ec791c3634b380889b92c6263e28173c62b9bd203
3
+ size 5394191851
model_82574.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:381ed45a84aab32663f85989fbdd2d120252cbeab32a208572f1cec4cbc329e3
3
+ size 5394191915
model_italiano.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26395228387ee1931701c255d927a1b9388ca5b68725289c88800c163be71853
3
+ size 1348555764
model_last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78544b70f6bb3ce9f09d30563c3756d03b1aea7727ad4dacc1dbc450709654e8
3
+ size 5394190092
setting.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "exp_name": "F5TTS_Base",
3
+ "learning_rate": 1e-05,
4
+ "batch_size_per_gpu": 4000,
5
+ "batch_size_type": "frame",
6
+ "max_samples": 64,
7
+ "grad_accumulation_steps": 1,
8
+ "max_grad_norm": 1,
9
+ "epochs": 1053,
10
+ "num_warmup_updates": 108,
11
+ "save_per_updates": 2173,
12
+ "last_per_steps": 200,
13
+ "finetune": true,
14
+ "file_checkpoint_train": "",
15
+ "tokenizer_type": "char",
16
+ "tokenizer_file": "",
17
+ "mixed_precision": "none",
18
+ "logger": "wandb",
19
+ "bnb_optimizer": false
20
+ }