File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/sagemaker/huggingface Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,12 @@ def __init__(
50
50
compiler_config = None ,
51
51
** kwargs ,
52
52
):
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.
54
54
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.
58
59
59
60
Training is started by calling
60
61
:meth:`~sagemaker.amazon.estimator.Framework.fit` on this Estimator.
You can’t perform that action at this time.
0 commit comments