Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
**V1 :** I intend to train the model even more on a larger dataset and for longer
|
6 |
+
|
7 |
+
Tortoise base model Fine tuned on a custom multispeaker French dataset of 24k samples (SIWIS + Common Voice) on 5850 step with a RTX 3090 (~= 14 hours of training)
|
8 |
+
|
9 |
+
**Inference :**
|
10 |
+
* You can use the model by downloading the "5850_gpt.pth" model and use it in the tortoise-tts repo or one of its optimized forks (git.ecker.tech/mrq/ai-voice-cloning | 152334H/tortoise-tts-fast)
|
11 |
+
|
12 |
+
**Fine tuning :**
|
13 |
+
* I used 152334H/DL-Art-School for training, if you want to resume training from my epoch, follow its documentation and download "5850.state"
|