Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,8 @@ library_name: transformers
|
|
12 |
SeamlessM4T is a collection of models designed to provide high quality translation, allowing people from different
|
13 |
linguistic communities to communicate effortlessly through speech and text.
|
14 |
|
|
|
|
|
15 |
SeamlessM4T Large covers:
|
16 |
- 📥 101 languages for speech input
|
17 |
- ⌨️ [96 Languages](https://huggingface.co/ylacombe/hf-seamless-m4t-large/blob/main/generation_config.json#L48-L145) for text input/output
|
|
|
12 |
SeamlessM4T is a collection of models designed to provide high quality translation, allowing people from different
|
13 |
linguistic communities to communicate effortlessly through speech and text.
|
14 |
|
15 |
+
This repository hosts 🤗 Hugging Face's [implementation](https://moon-ci-docs.huggingface.co/docs/transformers/pr_25693/en/model_doc/seamless_m4t) of SeamlessM4T. You can find the original weights, as well as a guide on how to run them in the original hub repositories ([large](https://huggingface.co/facebook/seamless-m4t-large) and [medium](https://huggingface.co/facebook/seamless-m4t-medium) checkpoints).
|
16 |
+
|
17 |
SeamlessM4T Large covers:
|
18 |
- 📥 101 languages for speech input
|
19 |
- ⌨️ [96 Languages](https://huggingface.co/ylacombe/hf-seamless-m4t-large/blob/main/generation_config.json#L48-L145) for text input/output
|