{ "cells": [ { "cell_type": "markdown", "metadata": { "tags": [] }, "source": [ "# Fine-tune Amazon Titan Text Express provided by Amazon Bedrock\n", "\n", "> *This notebook should work well with the **`Data Science 3.0`** kernel in SageMaker Studio. Also use ml.c5.2xlarge due to memory resources required*\n", "\n", "In this notebook, we will fine-tune [Amazon Titan Text Lite](#https://docs.aws.amazon.com/bedrock/latest/userguide/titan-text-models.html) model provided by Amazon Bedrock for summarization use case.\n", "You can choose from list of base models or fine-tune one of your previously fine tuned model.\n", "\n", "## Prerequisites\n", "\n", " - Make sure you have executed `00_setup.ipynb` notebook.\n", " - Make sure you are using the same kernel and instance as `00_setup.ipynb` notebook.\n", "\n", "