Skip to content

Commit

Permalink
fix word
Browse files Browse the repository at this point in the history
  • Loading branch information
inardini committed Sep 23, 2024
1 parent e1f428d commit 5885601
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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."

Check warning on line 602 in gemini/prompts/prompt_optimizer/get_started_with_vertex_ai_prompt_optimizer_sdk.ipynb

View workflow job for this annotation

GitHub Actions / Check Spelling

`GenAI` matches a line_forbidden.patterns entry: `\b[gG]enAI\b`. (forbidden-pattern)
]
},
{
Expand Down Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit 5885601

Please sign in to comment.