hku
commited on
Commit
•
d29c839
1
Parent(s):
4639907
auto push
Browse files- .gitattributes +0 -1
- README.md +32 -3
.gitattributes
CHANGED
@@ -25,7 +25,6 @@
|
|
25 |
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
*.wasm filter=lfs diff=lfs merge=lfs -text
|
|
|
25 |
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
|
|
28 |
*.tflite filter=lfs diff=lfs merge=lfs -text
|
29 |
*.tgz filter=lfs diff=lfs merge=lfs -text
|
30 |
*.wasm filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
A neat version of [mms-1b-all](https://huggingface.co/facebook/mms-1b-all) .
|
2 |
+
|
3 |
+
For more details, please have a look at [the official docs](https://huggingface.co/docs/transformers/main/en/model_doc/mms).
|
4 |
+
|
5 |
+
## Model details
|
6 |
+
|
7 |
+
- **Developed by:** Vineel Pratap et al.
|
8 |
+
- **Model type:** Multi-Lingual Automatic Speech Recognition model
|
9 |
+
- **Language(s):** 1000+ languages, see [supported languages](#supported-languages)
|
10 |
+
- **License:** CC-BY-NC 4.0 license
|
11 |
+
- **Num parameters**: 1 billion
|
12 |
+
- **Audio sampling rate**: 16,000 kHz
|
13 |
+
- **Cite as:**
|
14 |
+
|
15 |
+
@article{pratap2023mms,
|
16 |
+
title={Scaling Speech Technology to 1,000+ Languages},
|
17 |
+
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},
|
18 |
+
journal={arXiv},
|
19 |
+
year={2023}
|
20 |
+
}
|
21 |
+
|
22 |
+
## Additional Links
|
23 |
+
|
24 |
+
- [Blog post](https://ai.facebook.com/blog/multilingual-model-speech-recognition/)
|
25 |
+
- [Transformers documentation](https://huggingface.co/docs/transformers/main/en/model_doc/mms).
|
26 |
+
- [Paper](https://arxiv.org/abs/2305.13516)
|
27 |
+
- [GitHub Repository](https://github.com/facebookresearch/fairseq/tree/main/examples/mms#asr)
|
28 |
+
- [Other **MMS** checkpoints](https://huggingface.co/models?other=mms)
|
29 |
+
- MMS base checkpoints:
|
30 |
+
- [facebook/mms-1b](https://huggingface.co/facebook/mms-1b)
|
31 |
+
- [facebook/mms-300m](https://huggingface.co/facebook/mms-300m)
|
32 |
+
- [Official Space](https://huggingface.co/spaces/facebook/MMS)
|