File tree 1 file changed +3
-3
lines changed
src/sagemaker/huggingface
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ def __init__(
50
50
compiler_config = None ,
51
51
** kwargs ,
52
52
):
53
- """This ``Estimator`` runs a Hugging Face training script in a SageMaker training environment.
53
+ """This estimator runs a Hugging Face training script in a SageMaker training environment.
54
54
55
55
The estimator initiates the SageMaker-managed Hugging Face environment
56
56
by using the pre-built Hugging Face Docker container and runs
57
57
the Hugging Face training script that user provides through
58
58
the ``entry_point`` argument.
59
59
60
- Training is started by calling
61
- :meth:`~sagemaker.amazon.estimator.Framework.fit` on this Estimator .
60
+ After configuring the estimator class, use the class method
61
+ :meth:`~sagemaker.amazon.estimator.Framework.fit()` to start a training job .
62
62
63
63
Args:
64
64
py_version (str): Python version you want to use for executing your model training
You can’t perform that action at this time.
0 commit comments