Skip to content

Commit

Permalink
Use foundation instead of foundational
Browse files Browse the repository at this point in the history
  • Loading branch information
jderrett committed Aug 25, 2023
1 parent f54bf5f commit 7448a2a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 00_Intro/bedrock_boto3_setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"\n",
"---\n",
"\n",
"In this demo notebook, we demonstrate how to use the [`boto3` Python SDK](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html) to work with [Amazon Bedrock](https://aws.amazon.com/bedrock/) Foundational Models.\n",
"In this demo notebook, we demonstrate how to use the [`boto3` Python SDK](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html) to work with [Amazon Bedrock](https://aws.amazon.com/bedrock/) Foundation Models.\n",
"\n",
"---"
]
Expand Down
2 changes: 1 addition & 1 deletion 02_Summarization/01.small-text-summarization-claude.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"In this architecture:\n",
"\n",
"1. A small piece of text (or small file) is loaded\n",
"1. A foundational model processes the input data\n",
"1. A foundation model processes the input data\n",
"1. Model returns a response with the summary of the ingested text\n",
"\n",
"### Use case\n",
Expand Down
2 changes: 1 addition & 1 deletion 02_Summarization/01.small-text-summarization-titan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"In this architecture:\n",
"\n",
"1. A small piece of text (or small file) is loaded\n",
"1. A foundational model processes those data\n",
"1. A foundation model processes those data\n",
"1. Model returns a response with the summary of the ingested text\n",
"\n",
"### Use case\n",
Expand Down
2 changes: 1 addition & 1 deletion 03_QuestionAnswering/00_qa_w_bedrock_titan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In this Notebook we will be using the `invoke_model()` method of Amazon Bedrock client. The mandatory parameters required to use this method are `modelId` which represents the Amazon Bedrock model ARN, and `body` which is the prompt for our task. The `body` prompt changes depending on the foundational model provider selected. We walk through this in detail below\n",
"In this Notebook we will be using the `invoke_model()` method of Amazon Bedrock client. The mandatory parameters required to use this method are `modelId` which represents the Amazon Bedrock model ARN, and `body` which is the prompt for our task. The `body` prompt changes depending on the foundation model provider selected. We walk through this in detail below\n",
"\n",
"```\n",
"{\n",
Expand Down
2 changes: 1 addition & 1 deletion 04_Chatbot/00_Chatbot_AI21.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"> *This notebook should work well with the **`Data Science 3.0`** kernel in SageMaker Studio*\n",
"\n",
"In this notebook, we will build a chatbot using the Foundational Models (FMs) in Amazon Bedrock. For our use-case we use Jurrasic as our FM for building the chatbot."
"In this notebook, we will build a chatbot using the Foundation Models (FMs) in Amazon Bedrock. For our use-case we use Jurrasic as our FM for building the chatbot."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 04_Chatbot/00_Chatbot_Claude.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"> *This notebook should work well with the **`Data Science 3.0`** kernel in SageMaker Studio*\n",
"\n",
"In this notebook, we will build a chatbot using the Foundational Models (FMs) in Amazon Bedrock. For our use-case we use Claude as our FM for building the chatbot."
"In this notebook, we will build a chatbot using the Foundation Models (FMs) in Amazon Bedrock. For our use-case we use Claude as our FM for building the chatbot."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 04_Chatbot/00_Chatbot_Titan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"> *This notebook should work well with the **`Data Science 3.0`** kernel in SageMaker Studio*\n",
"\n",
"In this notebook, we will build a chatbot using the Foundational Models (FMs) in Amazon Bedrock. For our use-case we use Titan as our FM for building the chatbot."
"In this notebook, we will build a chatbot using the Foundation Models (FMs) in Amazon Bedrock. For our use-case we use Titan as our FM for building the chatbot."
]
},
{
Expand Down

0 comments on commit 7448a2a

Please sign in to comment.