##################################### Machine Translation - HuggingFace ##################################### This is a supervised machine translation algorithm which supports many pre-trained models available in Hugging Face. The following `sample notebook `__ demonstrates how to use the Sagemaker Python SDK for Machine Translation for using these algorithms. For detailed documentation please refer :ref:`Use Built-in Algorithms with Pre-trained Models in SageMaker Python SDK `. .. list-table:: Available Models :widths: 50 20 20 20 20 :header-rows: 1 :class: datatable * - Model ID - Fine Tunable? - Latest Version - Min SDK Version - Source * - huggingface-translation-opus-mt-en-es - False - 2.1.11 - 2.189.0 - `HuggingFace `__ * - huggingface-translation-opus-mt-en-vi - False - 2.1.11 - 2.189.0 - `HuggingFace `__ * - huggingface-translation-opus-mt-mul-en - False - 1.0.18 - 2.189.0 - `HuggingFace `__ * - huggingface-translation-t5-base - False - 3.0.10 - 2.189.0 - `HuggingFace `__ * - huggingface-translation-t5-large - False - 3.0.10 - 2.189.0 - `HuggingFace `__ * - huggingface-translation-t5-small - False - 3.0.10 - 2.189.0 - `HuggingFace `__