############################################ Sentence Pair Classification - TensorFlow ############################################ This is a supervised sentence pair classification algorithm which supports fine-tuning of many pre-trained models available in Tensorflow Hub. The following `sample notebook `__ demonstrates how to use the Sagemaker Python SDK for Sentence Pair Classification for using these algorithms. For detailed documentation please refer `Use Built-in Algorithms with Pre-trained Models in SageMaker Python SDK `__ .. list-table:: Available Models :widths: 50 20 20 20 20 :header-rows: 1 :class: datatable * - Model ID - Fine Tunable? - Latest Version - Min SDK Version - Source * - tensorflow-spc-bert-en-cased-L-12-H-768-A-12-2 - True - 2.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-spc-bert-en-uncased-L-12-H-768-A-12-2 - True - 2.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-spc-bert-en-uncased-L-24-H-1024-A-16-2 - True - 2.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-spc-bert-en-wwm-cased-L-24-H-1024-A-16-2 - True - 2.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-spc-bert-en-wwm-uncased-L-24-H-1024-A-16-2 - True - 2.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-spc-bert-multi-cased-L-12-H-768-A-12-2 - True - 2.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-spc-electra-base-1 - True - 2.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-spc-electra-small-1 - True - 2.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-spc-experts-bert-pubmed-1 - True - 2.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-spc-experts-bert-wiki-books-1 - True - 2.0.6 - 2.189.0 - `Tensorflow Hub `__