@@ -7,3 +7,119 @@ This is a supervised sentence pair classification algorithm which supports fine-
7
7
demonstrates how to use the Sagemaker Python SDK for Sentence Pair Classification for using these algorithms.
8
8
9
9
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 >`__
0 commit comments