Files changed (1) hide show
  1. README.md +1 -1
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/590547965b343b590d15847a0aa25a6779fc3753/src/seamless_communication/models/inference/translator.py#L47)
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`)