Skip to content

Commit 642d149

Browse files
committed
rephrase more
1 parent 0118c59 commit 642d149

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sagemaker/huggingface/estimator.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ def __init__(
5050
compiler_config=None,
5151
**kwargs,
5252
):
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.
5454
5555
The estimator initiates the SageMaker-managed Hugging Face environment
5656
by using the pre-built Hugging Face Docker container and runs
5757
the Hugging Face training script that user provides through
5858
the ``entry_point`` argument.
5959
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.
6262
6363
Args:
6464
py_version (str): Python version you want to use for executing your model training

0 commit comments

Comments
 (0)