Update readme with v2 mention
Browse files
README.md
CHANGED
@@ -15,6 +15,15 @@ linguistic communities to communicate effortlessly through speech and text.
|
|
15 |
|
16 |
This repository hosts π€ Hugging Face's [implementation](https://huggingface.co/docs/transformers/main/en/model_doc/seamless_m4t) of SeamlessM4T.
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
SeamlessM4T Large covers:
|
19 |
- π₯ 101 languages for speech input
|
20 |
- β¨οΈ [96 Languages](https://huggingface.co/ylacombe/hf-seamless-m4t-large/blob/main/generation_config.json#L48-L145) for text input/output
|
|
|
15 |
|
16 |
This repository hosts π€ Hugging Face's [implementation](https://huggingface.co/docs/transformers/main/en/model_doc/seamless_m4t) of SeamlessM4T.
|
17 |
|
18 |
+
-------------------
|
19 |
+
|
20 |
+
**π SeamlessM4T v2, an improved version of this version with a novel architecture, has been released [here](https://huggingface.co/facebook/seamless-m4t-v2-large).
|
21 |
+
This new model improves over SeamlessM4T v1 in quality as well as inference speed in speech generation tasks.**
|
22 |
+
|
23 |
+
**SeamlessM4T v2 is also supported by π€ Transformers, more on it [in the model card of this new version](https://huggingface.co/facebook/seamless-m4t-v2-large#transformers-usage) or directly in [π€ Transformers docs](https://huggingface.co/docs/transformers/main/en/model_doc/seamless_m4t_v2).**
|
24 |
+
|
25 |
+
-------------------
|
26 |
+
|
27 |
SeamlessM4T Large covers:
|
28 |
- π₯ 101 languages for speech input
|
29 |
- β¨οΈ [96 Languages](https://huggingface.co/ylacombe/hf-seamless-m4t-large/blob/main/generation_config.json#L48-L145) for text input/output
|