hotstone228
commited on
Commit
•
34b348c
1
Parent(s):
31fa87f
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,45 @@ language:
|
|
9 |
- ru
|
10 |
base_model:
|
11 |
- SWivid/F5-TTS
|
12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- ru
|
10 |
base_model:
|
11 |
- SWivid/F5-TTS
|
12 |
+
---
|
13 |
+
## Overview
|
14 |
+
The F5-TTS model is finetuned specifically for Russian language
|
15 |
+
|
16 |
+
## License
|
17 |
+
This model is released under the Creative Commons Attribution Non Commercial Share Alike 4.0 license, which allows for free usage, modification, and distribution
|
18 |
+
|
19 |
+
## Model Information
|
20 |
+
**Base Model**: SWivid/F5-TTS
|
21 |
+
**Total Training Duration:** 250.000 steps
|
22 |
+
|
23 |
+
**Training Configuration:**
|
24 |
+
```json
|
25 |
+
"exp_name": "F5TTS_Base",
|
26 |
+
"learning_rate": 1e-05,
|
27 |
+
"batch_size_per_gpu": 4500,
|
28 |
+
"batch_size_type": "frame",
|
29 |
+
"max_samples": 64,
|
30 |
+
"grad_accumulation_steps": 1,
|
31 |
+
"max_grad_norm": 1,
|
32 |
+
"epochs": 144,
|
33 |
+
"num_warmup_updates": 5838,
|
34 |
+
"save_per_updates": 11676,
|
35 |
+
"last_per_steps": 2918,
|
36 |
+
"finetune": true,
|
37 |
+
"file_checkpoint_train": "",
|
38 |
+
"tokenizer_type": "char",
|
39 |
+
"tokenizer_file": "",
|
40 |
+
"mixed_precision": "fp16",
|
41 |
+
"logger": "wandb",
|
42 |
+
"bnb_optimizer": true
|
43 |
+
```
|
44 |
+
|
45 |
+
## Usage Instructions
|
46 |
+
Go to [base repo](https://github.com/SWivid/F5-TTS)
|
47 |
+
|
48 |
+
## To do
|
49 |
+
- Correct stressmarks
|
50 |
+
- English support
|
51 |
+
|
52 |
+
# Other links
|
53 |
+
- [Github repo](https://github.com/HotDro4illa/F5-TTS)
|