From 2bfff37b8a8213d95d3b995995a0142a010e89b0 Mon Sep 17 00:00:00 2001 From: moeinghaeini Date: Mon, 10 Nov 2025 23:08:34 +0100 Subject: [PATCH] Fix typo: 'publically' -> 'publicly' in Model Customization README --- 03_Model_customization/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_Model_customization/README.md b/03_Model_customization/README.md index 67639616..44abf740 100644 --- a/03_Model_customization/README.md +++ b/03_Model_customization/README.md @@ -15,7 +15,7 @@ Model customization is the process of providing training data to a model in orde - Continued Pre-training - Provide unlabeled data to pre-train a foundation model by familiarizing it with certain types of inputs. You can provide data from specific topics in order to expose a model to those areas. The Continued Pre-training process will tweak the model parameters to accommodate the input data and improve its domain knowledge. For example, you can train a model with private data, such as business documents, that are not publically available for training large language models. Additionally, you can continue to improve the model by retraining the model with more unlabeled data as it becomes available. + Provide unlabeled data to pre-train a foundation model by familiarizing it with certain types of inputs. You can provide data from specific topics in order to expose a model to those areas. The Continued Pre-training process will tweak the model parameters to accommodate the input data and improve its domain knowledge. For example, you can train a model with private data, such as business documents, that are not publicly available for training large language models. Additionally, you can continue to improve the model by retraining the model with more unlabeled data as it becomes available. ## Relevance Using your own data, you can privately and securely customize foundation models (FMs) in Amazon Bedrock to build applications that are specific to your domain, organization, and use case. Custom models enable you to create unique user experiences that reflect your company’s style, voice, and services.