vineelpratap
commited on
Commit
•
eab6749
1
Parent(s):
84d5af0
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,8 @@ This repository contains a collection of text-to-speech (TTS) models, offering s
|
|
12 |
## Usage
|
13 |
For detailed instructions on utilizing the models, please refer to the [fairseq docs](https://github.com/facebookresearch/fairseq/blob/main/examples/mms/README.md#tts-1). Additionally, you can explore the models on [MMS Space](https://huggingface.co/spaces/facebook/MMS) available on HuggingFace.
|
14 |
|
|
|
|
|
15 |
## Supported Languages
|
16 |
|
17 |
This model supports 1107 languages. Unclick the following to toogle all supported languages of this checkpoint in [ISO 639-3 code](https://en.wikipedia.org/wiki/ISO_639-3).
|
|
|
12 |
## Usage
|
13 |
For detailed instructions on utilizing the models, please refer to the [fairseq docs](https://github.com/facebookresearch/fairseq/blob/main/examples/mms/README.md#tts-1). Additionally, you can explore the models on [MMS Space](https://huggingface.co/spaces/facebook/MMS) available on HuggingFace.
|
14 |
|
15 |
+
`models` folder consists of only generator, which is enough to run TTS inference. Full model checkpoint which also includes the discriminator and the optimizer states can be found in `full_models` folder.
|
16 |
+
|
17 |
## Supported Languages
|
18 |
|
19 |
This model supports 1107 languages. Unclick the following to toogle all supported languages of this checkpoint in [ISO 639-3 code](https://en.wikipedia.org/wiki/ISO_639-3).
|