From 5885601516f61589ec30618485630af8b9159db0 Mon Sep 17 00:00:00 2001 From: inardini Date: Mon, 23 Sep 2024 23:21:46 +0000 Subject: [PATCH] fix word --- .../get_started_with_vertex_ai_prompt_optimizer_sdk.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gemini/prompts/prompt_optimizer/get_started_with_vertex_ai_prompt_optimizer_sdk.ipynb b/gemini/prompts/prompt_optimizer/get_started_with_vertex_ai_prompt_optimizer_sdk.ipynb index 73c849f6b3..37be6c1cc0 100644 --- a/gemini/prompts/prompt_optimizer/get_started_with_vertex_ai_prompt_optimizer_sdk.ipynb +++ b/gemini/prompts/prompt_optimizer/get_started_with_vertex_ai_prompt_optimizer_sdk.ipynb @@ -77,7 +77,7 @@ "source": [ "### Objective\n", "\n", - "This notebook demostrates how to leverage Vertex AI Prompt Optimizer to efficiently migrate a prompt template from one model to another. The goal is to use Vertex AI Prompt Optimizer to find the new prompt template which generate the most correct and groudened responses.\n", + "This notebook demostrates how to leverage Vertex AI Prompt Optimizer to efficiently migrate a prompt template from one model to another. The goal is to use Vertex AI Prompt Optimizer to find the new prompt template which generate the most correct and grounded responses.\n", "\n", "\n", "This tutorial uses the following Google Cloud ML services and resources:\n", @@ -599,7 +599,7 @@ "source": [ "### Evaluate the previous model version in question-answering task\n", "\n", - "Run an evaluation using Vertex AI Gen AI Evaluation Service to define question-answering baseline." + "Run an evaluation using Vertex AI GenAI Evaluation Service to define question-answering baseline." ] }, { @@ -922,7 +922,7 @@ "\n", "In this case, you want to collect the optimized templates and evaluation results for the instruction.\n", "\n", - "Below you use an helper function to read those results.\n" + "Below you use a helper function to read those results.\n" ] }, {