Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,7 @@ tags:
|
|
5 |
- seamless_m4t
|
6 |
license: cc-by-nc-4.0
|
7 |
library_name: transformers
|
|
|
8 |
---
|
9 |
|
10 |
# SeamlessM4T Medium
|
@@ -116,4 +117,4 @@ You can use different [generation strategies](https://huggingface.co/docs/transf
|
|
116 |
|
117 |
#### 4. Generate speech and text at the same time
|
118 |
|
119 |
-
Use `return_intermediate_token_ids=True` with [`SeamlessM4TModel`](https://huggingface.co/docs/transformers/main/en/model_doc/seamless_m4t#transformers.SeamlessM4TModel) to return both speech and text !
|
|
|
5 |
- seamless_m4t
|
6 |
license: cc-by-nc-4.0
|
7 |
library_name: transformers
|
8 |
+
pipeline_tag: text-to-speech
|
9 |
---
|
10 |
|
11 |
# SeamlessM4T Medium
|
|
|
117 |
|
118 |
#### 4. Generate speech and text at the same time
|
119 |
|
120 |
+
Use `return_intermediate_token_ids=True` with [`SeamlessM4TModel`](https://huggingface.co/docs/transformers/main/en/model_doc/seamless_m4t#transformers.SeamlessM4TModel) to return both speech and text !
|