############################################ Text Summarization - HuggingFace ############################################ This is a supervised text summarization algorithm which supports many pre-trained models available in Hugging Face. The following `sample notebook `__ demonstrates how to use the Sagemaker Python SDK for Text Summarization for using these algorithms. For detailed documentation please refer :ref:`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 * - huggingface-summarization-bart-large-cnn-samsum - False - 2.1.4 - 2.189.0 - `HuggingFace `__ * - huggingface-summarization-bert-small2bert-cnn-dailymail-summ - False - 1.0.5 - 2.189.0 - `HuggingFace `__ * - huggingface-summarization-bert-small2bert-small-finetuned-cnn-daily-mail-summarization - False - 2.0.5 - 2.189.0 - `HuggingFace `__ * - huggingface-summarization-bigbird-pegasus-large-arxiv - False - 2.0.5 - 2.189.0 - `HuggingFace `__ * - huggingface-summarization-bigbird-pegasus-large-pubmed - False - 2.0.5 - 2.189.0 - `HuggingFace `__ * - huggingface-summarization-distilbart-cnn-12-6 - False - 2.1.4 - 2.189.0 - `HuggingFace `__ * - huggingface-summarization-distilbart-cnn-6-6 - False - 2.1.4 - 2.189.0 - `HuggingFace `__ * - huggingface-summarization-distilbart-xsum-1-1 - False - 2.1.4 - 2.189.0 - `HuggingFace `__ * - huggingface-summarization-distilbart-xsum-12-3 - False - 2.1.4 - 2.189.0 - `HuggingFace `__