hotstone228 commited on
Commit
6564dad
1 Parent(s): 4a127af

Upload 3 files

Browse files
Files changed (3) hide show
  1. model_last.pt +3 -0
  2. model_last.safetensors +3 -0
  3. setting.json +20 -0
model_last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aba710012988073106d6eaf45260b51c1c09d98bcb025eb442f72572254c5c06
3
+ size 3383356922
model_last.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67986a907de3d3d33fbb01b8815d6edda93d21a736de0835c52d88301650edac
3
+ size 1348435761
setting.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "exp_name": "F5TTS_Base",
3
+ "learning_rate": 1e-05,
4
+ "batch_size_per_gpu": 4500,
5
+ "batch_size_type": "frame",
6
+ "max_samples": 64,
7
+ "grad_accumulation_steps": 1,
8
+ "max_grad_norm": 1,
9
+ "epochs": 106,
10
+ "num_warmup_updates": 7578,
11
+ "save_per_updates": 15156,
12
+ "last_per_steps": 3790,
13
+ "finetune": true,
14
+ "file_checkpoint_train": "",
15
+ "tokenizer_type": "char",
16
+ "tokenizer_file": "",
17
+ "mixed_precision": "fp16",
18
+ "logger": "wandb",
19
+ "bnb_optimizer": true
20
+ }