Skip to content

Commit d44a111

Browse files
IvyBazanChia-Eng
authored andcommitted
added documentation for Hugging Face Estimator (aws#2234)
1 parent 2d99fce commit d44a111

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

doc/frameworks/huggingface/index.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
############
2+
Hugging Face
3+
############
4+
5+
A managed environment for training using Hugging Face on Amazon SageMaker. For more information about Hugging Face on Amazon SageMaker, as well as sample Jupyter notebooks, see `Use Hugging Face with Amazon SageMaker <https://docs.aws.amazon.com/sagemaker/latest/dg/hugging-face.html>`_.
6+
For general information about using the SageMaker Python SDK, see :ref:`overview:Using the SageMaker Python SDK`.
7+
8+
.. toctree::
9+
:maxdepth: 2
10+
11+
sagemaker.huggingface
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
HuggingFace
2+
===========
3+
4+
HuggingFace Estimator
5+
---------------------
6+
7+
.. autoclass:: sagemaker.huggingface.estimator.HuggingFace
8+
:members:
9+
:undoc-members:
10+
:show-inheritance:

doc/frameworks/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The SageMaker Python SDK supports managed training and inference for a variety o
99

1010
mxnet/index
1111
chainer/index
12+
huggingface/index
1213
pytorch/index
1314
rl/index
1415
sklearn/index

0 commit comments

Comments
 (0)