Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0118c59

Browse files
committedMar 4, 2022
rephrase
1 parent f32a23d commit 0118c59

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎src/sagemaker/huggingface/estimator.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ def __init__(
5050
compiler_config=None,
5151
**kwargs,
5252
):
53-
"""This SageMaker ``HuggingFace`` estimator executes a Hugging Face script in a managed execution environment.
53+
"""This ``Estimator`` runs a Hugging Face training script in a SageMaker training environment.
5454
55-
The managed HuggingFace environment is an Amazon-built Docker container that executes
56-
functions defined in the supplied ``entry_point`` Python script within a SageMaker
57-
Training Job.
55+
The estimator initiates the SageMaker-managed Hugging Face environment
56+
by using the pre-built Hugging Face Docker container and runs
57+
the Hugging Face training script that user provides through
58+
the ``entry_point`` argument.
5859
5960
Training is started by calling
6061
:meth:`~sagemaker.amazon.estimator.Framework.fit` on this Estimator.

0 commit comments

Comments
 (0)
Please sign in to comment.