Files
Marco Friaz 1c0826e55b Append the default_bucket_prefix to s3 paths if one exists to hyperparameter_tuning, introduction_to_amazon_algorithms and sagemaker-pipelines sample notebooks (#4807)
**Description**
This change checks the sagemaker session if there is a default_bucket_prefix set. If a default bucket prefix is specified, it is append it to the s3 path. This was done for hyperparameter_tuning, introduction_to_amazon_algorithms and sagemaker-pipelines sample notebooks. This ensures sample notebooks that utilize s3, works in SageMaker Unified Studio.

Co-authored-by: Marco Friaz <marfriaz@amazon.com>
2025-01-21 09:39:05 -08:00
..
2017-11-25 14:49:42 -08:00

Sequence to Sequence Modeling for English-German translation

Sequence to Sequence modeling have seen great performance in building models where the input is a sequence of tokens (words for example) and output is also a sequence of tokens. These models have been widely used for machine translation, abstractive summarization, image captioning etc. The notebook SageMaker-Seq2Seq-Translation-English-German.ipynb provides an end-to-end training example of training an English-German translation model.

Also, as the training takes long time to complete, we are providing a section which works with a pre-trained model (a model that we have trained with exact same setup by running the training for ~10 hours) which you can use to test the inference experience.