vineelpratap
commited on
Commit
•
9377b26
1
Parent(s):
deb0d16
Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,13 @@ tags:
|
|
9 |
|
10 |
This repository contains a collection of text-to-speech (TTS) models, offering support for over 1000 languages. These models are part of Facebook's [Massively Multilingual Speech](https://arxiv.org/abs/2305.13516) project, aiming to provide speech technology across a diverse range of languages.
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|
@@ -1182,4 +1189,16 @@ You can find more details about the languages and their ISO 649-3 codes in the [
|
|
1182 |
author={Vineel Pratap and Andros Tjandra and Bowen Shi and Paden Tomasello and Arun Babu and Sayani Kundu and Ali Elkahky and Zhaoheng Ni and Apoorv Vyas and Maryam Fazel-Zarandi and Alexei Baevski and Yossi Adi and Xiaohui Zhang and Wei-Ning Hsu and Alexis Conneau and Michael Auli},
|
1183 |
journal={arXiv},
|
1184 |
year={2023}
|
1185 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
This repository contains a collection of text-to-speech (TTS) models, offering support for over 1000 languages. These models are part of Facebook's [Massively Multilingual Speech](https://arxiv.org/abs/2305.13516) project, aiming to provide speech technology across a diverse range of languages.
|
11 |
|
12 |
+
## Table Of Content
|
13 |
+
|
14 |
+
- [Usage](#usage)
|
15 |
+
- [Supported Languages](#supported-languages)
|
16 |
+
- [Model details](#model-details)
|
17 |
+
- [Additional links](#additional-links)
|
18 |
+
|
19 |
## Usage
|
20 |
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.
|
21 |
|
|
|
1189 |
author={Vineel Pratap and Andros Tjandra and Bowen Shi and Paden Tomasello and Arun Babu and Sayani Kundu and Ali Elkahky and Zhaoheng Ni and Apoorv Vyas and Maryam Fazel-Zarandi and Alexei Baevski and Yossi Adi and Xiaohui Zhang and Wei-Ning Hsu and Alexis Conneau and Michael Auli},
|
1190 |
journal={arXiv},
|
1191 |
year={2023}
|
1192 |
+
}
|
1193 |
+
|
1194 |
+
## Additional Links
|
1195 |
+
|
1196 |
+
- [Blog post](https://ai.facebook.com/blog/multilingual-model-speech-recognition/)
|
1197 |
+
- [Transformers documentation](https://huggingface.co/docs/transformers/main/en/model_doc/mms).
|
1198 |
+
- [Paper](https://arxiv.org/abs/2305.13516)
|
1199 |
+
- [GitHub Repository](https://github.com/facebookresearch/fairseq/tree/main/examples/mms#asr)
|
1200 |
+
- [Other **MMS** checkpoints](https://huggingface.co/models?other=mms)
|
1201 |
+
- MMS base checkpoints:
|
1202 |
+
- [facebook/mms-1b](https://huggingface.co/facebook/mms-1b)
|
1203 |
+
- [facebook/mms-300m](https://huggingface.co/facebook/mms-300m)
|
1204 |
+
- [Official Space](https://huggingface.co/spaces/facebook/MMS)
|