############################################ Text Generation - HuggingFace ############################################ This is a supervised text generation 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 Generation 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-textgeneration-bloom-1b1 - False - 2.2.4 - 2.189.0 - `HuggingFace `__ * - huggingface-textgeneration-bloom-1b7 - False - 2.2.4 - 2.189.0 - `HuggingFace `__ * - huggingface-textgeneration-bloom-560m - False - 2.2.4 - 2.189.0 - `HuggingFace `__ * - huggingface-textgeneration-bloomz-1b1 - False - 2.2.4 - 2.189.0 - `HuggingFace `__ * - huggingface-textgeneration-bloomz-1b7 - False - 2.2.4 - 2.189.0 - `HuggingFace `__ * - huggingface-textgeneration-bloomz-560m - False - 2.1.5 - 2.189.0 - `HuggingFace `__ * - huggingface-textgeneration-distilgpt2 - False - 2.2.4 - 2.189.0 - `HuggingFace `__ * - huggingface-textgeneration-dolly-v2-12b-bf16 - False - 2.2.4 - 2.189.0 - `HuggingFace `__ * - huggingface-textgeneration-dolly-v2-3b-bf16 - False - 2.2.4 - 2.189.0 - `HuggingFace `__ * - huggingface-textgeneration-dolly-v2-7b-bf16 - False - 2.2.4 - 2.189.0 - `HuggingFace `__ * - huggingface-textgeneration-falcon-40b-bf16 - False - 1.0.0 - 2.144.0 - `HuggingFace `__ * - huggingface-textgeneration-falcon-40b-instruct-bf16 - False - 1.0.0 - 2.144.0 - `HuggingFace `__ * - huggingface-textgeneration-falcon-7b-bf16 - False - 1.0.0 - 2.144.0 - `HuggingFace `__ * - huggingface-textgeneration-falcon-7b-instruct-bf16 - False - 1.0.0 - 2.144.0 - `HuggingFace `__ * - huggingface-textgeneration-gpt2 - False - 2.2.4 - 2.189.0 - `HuggingFace `__ * - huggingface-textgeneration-models - False - 1.3.0 - 2.144.0 - `HuggingFace `__ * - huggingface-textgeneration-open-llama - False - 3.1.5 - 2.189.0 - `HuggingFace `__