Skip to content

Commit e442d35

Browse files
committed
edited keep alive docstrings
1 parent c226952 commit e442d35

19 files changed

+3850
-13
lines changed

doc/algorithms/text/machine_translation_hugging_face.rst

+36
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,39 @@ This is a supervised machine translation algorithm which supports many pre-train
88
demonstrates how to use the Sagemaker Python SDK for Machine Translation for using these algorithms.
99

1010
For detailed documentation please refer :ref:`Use Built-in Algorithms with Pre-trained Models in SageMaker Python SDK <built-in-algos>`.
11+
12+
.. list-table:: Available Models
13+
:widths: 50 20 20 20 20
14+
:header-rows: 1
15+
:class: datatable
16+
17+
* - Model ID
18+
- Fine Tunable?
19+
- Latest Version
20+
- Min SDK Version
21+
- Source
22+
* - huggingface-translation-opus-mt-en-es
23+
- False
24+
- 1.1.0
25+
- 2.75.0
26+
- `HuggingFace <https://huggingface.co/Helsinki-NLP/opus-mt-en-es>`__
27+
* - huggingface-translation-opus-mt-en-vi
28+
- False
29+
- 1.1.0
30+
- 2.75.0
31+
- `HuggingFace <https://huggingface.co/Helsinki-NLP/opus-mt-en-vi>`__
32+
* - huggingface-translation-t5-base
33+
- False
34+
- 1.1.0
35+
- 2.75.0
36+
- `HuggingFace <https://huggingface.co/t5-base>`__
37+
* - huggingface-translation-t5-large
38+
- False
39+
- 1.1.0
40+
- 2.75.0
41+
- `HuggingFace <https://huggingface.co/t5-large>`__
42+
* - huggingface-translation-t5-small
43+
- False
44+
- 1.1.0
45+
- 2.75.0
46+
- `HuggingFace <https://huggingface.co/t5-small>`__

doc/algorithms/text/question_answering_pytorch.rst

+101
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,104 @@ This is a supervised question answering algorithm which supports fine-tuning of
77
demonstrates how to use the Sagemaker Python SDK for Question Answering for using these algorithms.
88

99
For detailed documentation please refer :ref:`Use Built-in Algorithms with Pre-trained Models in SageMaker Python SDK <built-in-algos>`
10+
11+
.. list-table:: Available Models
12+
:widths: 50 20 20 20 20
13+
:header-rows: 1
14+
:class: datatable
15+
16+
* - Model ID
17+
- Fine Tunable?
18+
- Latest Version
19+
- Min SDK Version
20+
- Source
21+
* - pytorch-eqa-bert-base-cased
22+
- True
23+
- 1.2.1
24+
- 2.75.0
25+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
26+
* - pytorch-eqa-bert-base-multilingual-cased
27+
- True
28+
- 1.2.1
29+
- 2.75.0
30+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
31+
* - pytorch-eqa-bert-base-multilingual-uncased
32+
- True
33+
- 1.2.1
34+
- 2.75.0
35+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
36+
* - pytorch-eqa-bert-base-uncased
37+
- True
38+
- 1.2.1
39+
- 2.75.0
40+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
41+
* - pytorch-eqa-bert-large-cased
42+
- True
43+
- 1.2.1
44+
- 2.75.0
45+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
46+
* - pytorch-eqa-bert-large-cased-whole-word-masking
47+
- True
48+
- 1.2.1
49+
- 2.75.0
50+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
51+
* - pytorch-eqa-bert-large-cased-whole-word-masking-finetuned-squad
52+
- True
53+
- 1.2.1
54+
- 2.75.0
55+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
56+
* - pytorch-eqa-bert-large-uncased
57+
- True
58+
- 1.2.1
59+
- 2.75.0
60+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
61+
* - pytorch-eqa-bert-large-uncased-whole-word-masking
62+
- True
63+
- 1.2.1
64+
- 2.75.0
65+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
66+
* - pytorch-eqa-bert-large-uncased-whole-word-masking-finetuned-squad
67+
- True
68+
- 1.2.1
69+
- 2.75.0
70+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
71+
* - pytorch-eqa-distilbert-base-cased
72+
- True
73+
- 1.2.1
74+
- 2.75.0
75+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
76+
* - pytorch-eqa-distilbert-base-multilingual-cased
77+
- True
78+
- 1.2.1
79+
- 2.75.0
80+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
81+
* - pytorch-eqa-distilbert-base-uncased
82+
- True
83+
- 1.2.1
84+
- 2.75.0
85+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
86+
* - pytorch-eqa-distilroberta-base
87+
- True
88+
- 1.2.1
89+
- 2.75.0
90+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
91+
* - pytorch-eqa-roberta-base
92+
- True
93+
- 1.2.1
94+
- 2.75.0
95+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
96+
* - pytorch-eqa-roberta-base-openai-detector
97+
- True
98+
- 1.2.1
99+
- 2.75.0
100+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
101+
* - pytorch-eqa-roberta-large
102+
- True
103+
- 1.2.1
104+
- 2.75.0
105+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__
106+
* - pytorch-eqa-roberta-large-openai-detector
107+
- True
108+
- 1.2.1
109+
- 2.75.0
110+
- `Pytorch Hub <https://pytorch.org/hub/huggingface_pytorch-transformers/>`__

doc/algorithms/text/sentence_pair_classification_hugging_face.rst

+116
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,119 @@ This is a supervised sentence pair classification algorithm which supports fine-
77
demonstrates how to use the Sagemaker Python SDK for Sentence Pair Classification for using these algorithms.
88

99
For detailed documentation please refer `Use Built-in Algorithms with Pre-trained Models in SageMaker Python SDK <https://sagemaker.readthedocs.io/en/stable/overview.html#use-built-in-algorithms-with-pre-trained-models-in-sagemaker-python-sdk>`__
10+
11+
.. list-table:: Available Models
12+
:widths: 50 20 20 20 20
13+
:header-rows: 1
14+
:class: datatable
15+
16+
* - Model ID
17+
- Fine Tunable?
18+
- Latest Version
19+
- Min SDK Version
20+
- Source
21+
* - huggingface-spc-bert-base-cased
22+
- True
23+
- 1.2.3
24+
- 2.75.0
25+
- `HuggingFace <https://huggingface.co/bert-base-cased>`__
26+
* - huggingface-spc-bert-base-multilingual-cased
27+
- True
28+
- 1.2.3
29+
- 2.75.0
30+
- `HuggingFace <https://huggingface.co/bert-base-multilingual-cased>`__
31+
* - huggingface-spc-bert-base-multilingual-uncased
32+
- True
33+
- 1.2.3
34+
- 2.75.0
35+
- `HuggingFace <https://huggingface.co/bert-base-multilingual-uncased>`__
36+
* - huggingface-spc-bert-base-uncased
37+
- True
38+
- 1.2.3
39+
- 2.75.0
40+
- `HuggingFace <https://huggingface.co/bert-base-uncased>`__
41+
* - huggingface-spc-bert-large-cased
42+
- True
43+
- 1.2.3
44+
- 2.75.0
45+
- `HuggingFace <https://huggingface.co/bert-large-cased>`__
46+
* - huggingface-spc-bert-large-cased-whole-word-masking
47+
- True
48+
- 1.2.3
49+
- 2.75.0
50+
- `HuggingFace <https://huggingface.co/bert-large-cased-whole-word-masking>`__
51+
* - huggingface-spc-bert-large-uncased
52+
- True
53+
- 1.2.3
54+
- 2.75.0
55+
- `HuggingFace <https://huggingface.co/bert-large-uncased>`__
56+
* - huggingface-spc-bert-large-uncased-whole-word-masking
57+
- True
58+
- 1.2.3
59+
- 2.75.0
60+
- `HuggingFace <https://huggingface.co/bert-large-uncased-whole-word-masking>`__
61+
* - huggingface-spc-distilbert-base-cased
62+
- True
63+
- 1.2.3
64+
- 2.75.0
65+
- `HuggingFace <https://huggingface.co/distilbert-base-cased>`__
66+
* - huggingface-spc-distilbert-base-multilingual-cased
67+
- True
68+
- 1.2.3
69+
- 2.75.0
70+
- `HuggingFace <https://huggingface.co/distilbert-base-multilingual-cased>`__
71+
* - huggingface-spc-distilbert-base-uncased
72+
- True
73+
- 1.2.3
74+
- 2.75.0
75+
- `HuggingFace <https://huggingface.co/distilbert-base-uncased>`__
76+
* - huggingface-spc-distilroberta-base
77+
- True
78+
- 1.2.3
79+
- 2.75.0
80+
- `HuggingFace <https://huggingface.co/distilroberta-base>`__
81+
* - huggingface-spc-roberta-base
82+
- True
83+
- 1.2.3
84+
- 2.75.0
85+
- `HuggingFace <https://huggingface.co/roberta-base>`__
86+
* - huggingface-spc-roberta-base-openai-detector
87+
- True
88+
- 1.2.3
89+
- 2.75.0
90+
- `HuggingFace <https://huggingface.co/roberta-base-openai-detector>`__
91+
* - huggingface-spc-roberta-large
92+
- True
93+
- 1.2.3
94+
- 2.75.0
95+
- `HuggingFace <https://huggingface.co/roberta-large>`__
96+
* - huggingface-spc-roberta-large-openai-detector
97+
- True
98+
- 1.2.3
99+
- 2.75.0
100+
- `HuggingFace <https://huggingface.co/roberta-large-openai-detector>`__
101+
* - huggingface-spc-xlm-clm-ende-1024
102+
- True
103+
- 1.2.3
104+
- 2.75.0
105+
- `HuggingFace <https://huggingface.co/xlm-clm-ende-1024>`__
106+
* - huggingface-spc-xlm-mlm-ende-1024
107+
- True
108+
- 1.2.3
109+
- 2.75.0
110+
- `HuggingFace <https://huggingface.co/xlm-mlm-ende-1024>`__
111+
* - huggingface-spc-xlm-mlm-enro-1024
112+
- True
113+
- 1.2.3
114+
- 2.75.0
115+
- `HuggingFace <https://huggingface.co/xlm-mlm-enro-1024>`__
116+
* - huggingface-spc-xlm-mlm-tlm-xnli15-1024
117+
- True
118+
- 1.2.3
119+
- 2.75.0
120+
- `HuggingFace <https://huggingface.co/xlm-mlm-tlm-xnli15-1024>`__
121+
* - huggingface-spc-xlm-mlm-xnli15-1024
122+
- True
123+
- 1.2.3
124+
- 2.75.0
125+
- `HuggingFace <https://huggingface.co/xlm-mlm-xnli15-1024>`__

doc/algorithms/text/sentence_pair_classification_tensorflow.rst

+61
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,64 @@ This is a supervised sentence pair classification algorithm which supports fine-
77
demonstrates how to use the Sagemaker Python SDK for Sentence Pair Classification for using these algorithms.
88

99
For detailed documentation please refer `Use Built-in Algorithms with Pre-trained Models in SageMaker Python SDK <https://sagemaker.readthedocs.io/en/stable/overview.html#use-built-in-algorithms-with-pre-trained-models-in-sagemaker-python-sdk>`__
10+
11+
.. list-table:: Available Models
12+
:widths: 50 20 20 20 20
13+
:header-rows: 1
14+
:class: datatable
15+
16+
* - Model ID
17+
- Fine Tunable?
18+
- Latest Version
19+
- Min SDK Version
20+
- Source
21+
* - tensorflow-spc-bert-en-cased-L-12-H-768-A-12-2
22+
- True
23+
- 1.2.3
24+
- 2.75.0
25+
- `Tensorflow Hub <https://tfhub.dev/tensorflow/bert_en_cased_L-12_H-768_A-12/2>`__
26+
* - tensorflow-spc-bert-en-uncased-L-12-H-768-A-12-2
27+
- True
28+
- 1.2.3
29+
- 2.75.0
30+
- `Tensorflow Hub <https://tfhub.dev/tensorflow/bert_en_uncased_L-12_H-768_A-12/2>`__
31+
* - tensorflow-spc-bert-en-uncased-L-24-H-1024-A-16-2
32+
- True
33+
- 1.2.3
34+
- 2.75.0
35+
- `Tensorflow Hub <https://tfhub.dev/tensorflow/bert_en_uncased_L-24_H-1024_A-16/2>`__
36+
* - tensorflow-spc-bert-en-wwm-cased-L-24-H-1024-A-16-2
37+
- True
38+
- 1.2.3
39+
- 2.75.0
40+
- `Tensorflow Hub <https://tfhub.dev/tensorflow/bert_en_wwm_cased_L-24_H-1024_A-16/2>`__
41+
* - tensorflow-spc-bert-en-wwm-uncased-L-24-H-1024-A-16-2
42+
- True
43+
- 1.2.3
44+
- 2.75.0
45+
- `Tensorflow Hub <https://tfhub.dev/tensorflow/bert_en_wwm_uncased_L-24_H-1024_A-16/2>`__
46+
* - tensorflow-spc-bert-multi-cased-L-12-H-768-A-12-2
47+
- True
48+
- 1.2.3
49+
- 2.75.0
50+
- `Tensorflow Hub <https://tfhub.dev/tensorflow/bert_multi_cased_L-12_H-768_A-12/2>`__
51+
* - tensorflow-spc-electra-base-1
52+
- True
53+
- 1.2.3
54+
- 2.75.0
55+
- `Tensorflow Hub <https://tfhub.dev/google/electra_base/1>`__
56+
* - tensorflow-spc-electra-small-1
57+
- True
58+
- 1.2.3
59+
- 2.75.0
60+
- `Tensorflow Hub <https://tfhub.dev/google/electra_small/1>`__
61+
* - tensorflow-spc-experts-bert-pubmed-1
62+
- True
63+
- 1.2.3
64+
- 2.75.0
65+
- `Tensorflow Hub <https://tfhub.dev/google/experts/bert/pubmed/1>`__
66+
* - tensorflow-spc-experts-bert-wiki-books-1
67+
- True
68+
- 1.2.3
69+
- 2.75.0
70+
- `Tensorflow Hub <https://tfhub.dev/google/experts/bert/wiki_books/1>`__

doc/algorithms/text/text_classification_tensorflow.rst

+61
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,64 @@ This is a supervised text classification algorithm which supports fine-tuning of
77
demonstrates how to use the Sagemaker Python SDK for Text Classification for using these algorithms.
88

99
For detailed documentation please refer :ref:`Use Built-in Algorithms with Pre-trained Models in SageMaker Python SDK <built-in-algos>`
10+
11+
.. list-table:: Available Models
12+
:widths: 50 20 20 20 20
13+
:header-rows: 1
14+
:class: datatable
15+
16+
* - Model ID
17+
- Fine Tunable?
18+
- Latest Version
19+
- Min SDK Version
20+
- Source
21+
* - tensorflow-tc-bert-en-cased-L-12-H-768-A-12-2
22+
- True
23+
- 1.1.3
24+
- 2.75.0
25+
- `Tensorflow Hub <https://tfhub.dev/tensorflow/bert_en_cased_L-12_H-768_A-12/2>`__
26+
* - tensorflow-tc-bert-en-cased-L-24-H-1024-A-16-2
27+
- True
28+
- 1.1.3
29+
- 2.75.0
30+
- `Tensorflow Hub <https://tfhub.dev/tensorflow/bert_en_cased_L-24_H-1024_A-16/2>`__
31+
* - tensorflow-tc-bert-en-uncased-L-12-H-768-A-12-2
32+
- True
33+
- 1.1.3
34+
- 2.75.0
35+
- `Tensorflow Hub <https://tfhub.dev/tensorflow/bert_en_uncased_L-12_H-768_A-12/2>`__
36+
* - tensorflow-tc-bert-en-wwm-cased-L-24-H-1024-A-16-2
37+
- True
38+
- 1.1.3
39+
- 2.75.0
40+
- `Tensorflow Hub <https://tfhub.dev/tensorflow/bert_en_wwm_cased_L-24_H-1024_A-16/2>`__
41+
* - tensorflow-tc-bert-en-wwm-uncased-L-24-H-1024-A-16-2
42+
- True
43+
- 1.1.3
44+
- 2.75.0
45+
- `Tensorflow Hub <https://tfhub.dev/tensorflow/bert_en_wwm_uncased_L-24_H-1024_A-16/2>`__
46+
* - tensorflow-tc-bert-multi-cased-L-12-H-768-A-12-2
47+
- True
48+
- 1.1.3
49+
- 2.75.0
50+
- `Tensorflow Hub <https://tfhub.dev/tensorflow/bert_multi_cased_L-12_H-768_A-12/2>`__
51+
* - tensorflow-tc-electra-base-1
52+
- True
53+
- 1.1.3
54+
- 2.75.0
55+
- `Tensorflow Hub <https://tfhub.dev/google/electra_base/1>`__
56+
* - tensorflow-tc-electra-small-1
57+
- True
58+
- 1.1.3
59+
- 2.75.0
60+
- `Tensorflow Hub <https://tfhub.dev/google/electra_small/1>`__
61+
* - tensorflow-tc-experts-bert-pubmed-1
62+
- True
63+
- 1.1.3
64+
- 2.75.0
65+
- `Tensorflow Hub <https://tfhub.dev/google/experts/bert/pubmed/1>`__
66+
* - tensorflow-tc-experts-bert-wiki-books-1
67+
- True
68+
- 1.1.3
69+
- 2.75.0
70+
- `Tensorflow Hub <https://tfhub.dev/google/experts/bert/wiki_books/1>`__

0 commit comments

Comments
 (0)