Commit
•
b6d5b80
1
Parent(s):
d885125
Update README.md (#18)
Browse files- Update README.md (735a89390c05a2c41c046906cdec5169877bfd9e)
Co-authored-by: Marco Cheung <Marco-Cheung@users.noreply.huggingface.co>
README.md
CHANGED
@@ -37,7 +37,7 @@ We provide extensive evaluation results of SeamlessM4T-Medium and SeamlessM4T-La
|
|
37 |
The SeamlessM4T models are currently available through the `seamless_communication` package. The `seamless_communication`
|
38 |
package can be installed by following the instructions outlined here: [Installation](https://github.com/facebookresearch/seamless_communication/tree/main#installation).
|
39 |
|
40 |
-
Once installed, a [`Translator`](https://github.com/facebookresearch/seamless_communication/blob/
|
41 |
object can be instantiated to perform all five of the spoken langauge tasks. The `Translator` is instantiated with three arguments:
|
42 |
1. **model_name_or_card**: SeamlessM4T checkpoint. Can be either `seamlessM4T_medium` for the medium model, or `seamlessM4T_large` for the large model
|
43 |
2. **vocoder_name_or_card**: vocoder checkpoint (`vocoder_36langs`)
|
|
|
37 |
The SeamlessM4T models are currently available through the `seamless_communication` package. The `seamless_communication`
|
38 |
package can be installed by following the instructions outlined here: [Installation](https://github.com/facebookresearch/seamless_communication/tree/main#installation).
|
39 |
|
40 |
+
Once installed, a [`Translator`](https://github.com/facebookresearch/seamless_communication/blob/main/src/seamless_communication/models/inference/translator.py#L50)
|
41 |
object can be instantiated to perform all five of the spoken langauge tasks. The `Translator` is instantiated with three arguments:
|
42 |
1. **model_name_or_card**: SeamlessM4T checkpoint. Can be either `seamlessM4T_medium` for the medium model, or `seamlessM4T_large` for the large model
|
43 |
2. **vocoder_name_or_card**: vocoder checkpoint (`vocoder_36langs`)
|