Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# MeloTTS Model Checkpoint
|
2 |
|
3 |
This repository contains trained model checkpoints for MeloTTS, a high-quality multi-lingual text-to-speech system. These checkpoints are part of a trained model that can be used for text-to-speech synthesis.
|
@@ -64,4 +76,4 @@ This model is based on [MeloTTS](https://github.com/myshell-ai/MeloTTS) by MyShe
|
|
64 |
|
65 |
## License
|
66 |
|
67 |
-
This model follows the same licensing as the original MeloTTS repository (MIT License).
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- reach-vb/jenny_tts_dataset
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- myshell-ai/MeloTTS-English
|
9 |
+
tags:
|
10 |
+
- audio
|
11 |
+
- melotts
|
12 |
+
---
|
13 |
# MeloTTS Model Checkpoint
|
14 |
|
15 |
This repository contains trained model checkpoints for MeloTTS, a high-quality multi-lingual text-to-speech system. These checkpoints are part of a trained model that can be used for text-to-speech synthesis.
|
|
|
76 |
|
77 |
## License
|
78 |
|
79 |
+
This model follows the same licensing as the original MeloTTS repository (MIT License).
|