Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
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
|
@@ -10,4 +16,4 @@ Tortoise base model Fine tuned on a custom multispeaker French dataset of 24k sa
|
|
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"
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- fr
|
5 |
+
pipeline_tag: text-to-speech
|
6 |
+
tags:
|
7 |
+
- TTS
|
8 |
+
- text-to-speech
|
9 |
---
|
10 |
|
11 |
**V1 :** I intend to train the model even more on a larger dataset and for longer
|
|
|
16 |
* 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)
|
17 |
|
18 |
**Fine tuning :**
|
19 |
+
* I used 152334H/DL-Art-School for training, if you want to resume training from my epoch, follow its documentation and download "5850.state"
|