@@ -7,3 +7,119 @@ This is a supervised sentence pair classification algorithm which supports fine-
77demonstrates how to use the Sagemaker Python SDK for Sentence Pair Classification for using these algorithms.
88
99For 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+ - 3.0.1
24+ - 2.189.0
25+ - `HuggingFace <https://huggingface.co/google-bert/bert-base-cased >`__
26+ * - huggingface-spc-bert-base-multilingual-cased
27+ - True
28+ - 3.0.1
29+ - 2.189.0
30+ - `HuggingFace <https://huggingface.co/google-bert/bert-base-multilingual-cased >`__
31+ * - huggingface-spc-bert-base-multilingual-uncased
32+ - True
33+ - 3.0.1
34+ - 2.189.0
35+ - `HuggingFace <https://huggingface.co/google-bert/bert-base-multilingual-uncased >`__
36+ * - huggingface-spc-bert-base-uncased
37+ - True
38+ - 3.0.1
39+ - 2.189.0
40+ - `HuggingFace <https://huggingface.co/google-bert/bert-base-uncased >`__
41+ * - huggingface-spc-bert-large-cased
42+ - True
43+ - 3.0.1
44+ - 2.189.0
45+ - `HuggingFace <https://huggingface.co/google-bert/bert-large-cased >`__
46+ * - huggingface-spc-bert-large-cased-whole-word-masking
47+ - True
48+ - 3.0.1
49+ - 2.189.0
50+ - `HuggingFace <https://huggingface.co/google-bert/bert-large-cased-whole-word-masking >`__
51+ * - huggingface-spc-bert-large-uncased
52+ - True
53+ - 3.0.1
54+ - 2.189.0
55+ - `HuggingFace <https://huggingface.co/google-bert/bert-large-uncased >`__
56+ * - huggingface-spc-bert-large-uncased-whole-word-masking
57+ - True
58+ - 3.0.1
59+ - 2.189.0
60+ - `HuggingFace <https://huggingface.co/google-bert/bert-large-uncased-whole-word-masking >`__
61+ * - huggingface-spc-distilbert-base-cased
62+ - True
63+ - 3.0.1
64+ - 2.189.0
65+ - `HuggingFace <https://huggingface.co/distilbert/distilbert-base-cased >`__
66+ * - huggingface-spc-distilbert-base-multilingual-cased
67+ - True
68+ - 3.0.1
69+ - 2.189.0
70+ - `HuggingFace <https://huggingface.co/distilbert/distilbert-base-multilingual-cased >`__
71+ * - huggingface-spc-distilbert-base-uncased
72+ - True
73+ - 3.0.1
74+ - 2.189.0
75+ - `HuggingFace <https://huggingface.co/distilbert/distilbert-base-uncased >`__
76+ * - huggingface-spc-distilroberta-base
77+ - True
78+ - 3.0.1
79+ - 2.189.0
80+ - `HuggingFace <https://huggingface.co/distilbert/distilroberta-base >`__
81+ * - huggingface-spc-roberta-base
82+ - True
83+ - 3.0.1
84+ - 2.189.0
85+ - `HuggingFace <https://huggingface.co/FacebookAI/roberta-base >`__
86+ * - huggingface-spc-roberta-base-openai-detector
87+ - True
88+ - 3.0.1
89+ - 2.189.0
90+ - `HuggingFace <https://huggingface.co/openai-community/roberta-base-openai-detector >`__
91+ * - huggingface-spc-roberta-large
92+ - True
93+ - 3.0.1
94+ - 2.189.0
95+ - `HuggingFace <https://huggingface.co/FacebookAI/roberta-large >`__
96+ * - huggingface-spc-roberta-large-openai-detector
97+ - True
98+ - 3.0.1
99+ - 2.189.0
100+ - `HuggingFace <https://huggingface.co/openai-community/roberta-large-openai-detector >`__
101+ * - huggingface-spc-xlm-clm-ende-1024
102+ - True
103+ - 3.0.1
104+ - 2.189.0
105+ - `HuggingFace <https://huggingface.co/FacebookAI/xlm-clm-ende-1024 >`__
106+ * - huggingface-spc-xlm-mlm-ende-1024
107+ - True
108+ - 3.0.1
109+ - 2.189.0
110+ - `HuggingFace <https://huggingface.co/FacebookAI/xlm-mlm-ende-1024 >`__
111+ * - huggingface-spc-xlm-mlm-enro-1024
112+ - True
113+ - 3.0.1
114+ - 2.189.0
115+ - `HuggingFace <https://huggingface.co/FacebookAI/xlm-mlm-enro-1024 >`__
116+ * - huggingface-spc-xlm-mlm-tlm-xnli15-1024
117+ - True
118+ - 3.0.1
119+ - 2.189.0
120+ - `HuggingFace <https://huggingface.co/FacebookAI/xlm-mlm-tlm-xnli15-1024 >`__
121+ * - huggingface-spc-xlm-mlm-xnli15-1024
122+ - True
123+ - 3.0.1
124+ - 2.189.0
125+ - `HuggingFace <https://huggingface.co/FacebookAI/xlm-mlm-xnli15-1024 >`__
0 commit comments