Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
inardini committed Sep 23, 2024
1 parent 5885601 commit e04cb11
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"source": [
"## I. Overview\n",
"\n",
"In the context of developing Generative AI (GenAI) applications, prompt engineering poses challenges due to its time-consuming and error-prone nature. You often dedicate significant effort to crafting and inputting prompts to achieve successful task completion. Additionally, with the frequent release of foundational models, you face the additional burden of migrating working prompts from one model version to another.\n",
"In the context of developing Generative AI (Gen AI) applications, prompt engineering poses challenges due to its time-consuming and error-prone nature. You often dedicate significant effort to crafting and inputting prompts to achieve successful task completion. Additionally, with the frequent release of foundational models, you face the additional burden of migrating working prompts from one model version to another.\n",
"\n",
"Vertex AI Prompt Optimizer aims to alleviate these challenges by providing you with an intelligent prompt optimization tool. With this tool you can both refine optimize system instruction (and task) in the prompts and selects the best demonstrations (few-shot examples) for prompt templates, empowering you to shape LLM responses from any source model to on a target Google model.\n"
]
Expand All @@ -82,7 +82,8 @@
"\n",
"This tutorial uses the following Google Cloud ML services and resources:\n",
"\n",
"- Vertex GenAI\n",
"- Vertex Gen AI\n",
"- Vertex AI Prompt Optimizer\n",
"- Vertex AI Model Eval\n",
"- Vertex AI Custom job\n",
"\n",
Expand Down Expand Up @@ -599,7 +600,7 @@
"source": [
"### Evaluate the previous model version in question-answering task\n",
"\n",
"Run an evaluation using Vertex AI GenAI Evaluation Service to define question-answering baseline."
"Run an evaluation using Vertex AI Gen AI Evaluation Service to define question-answering baseline."
]
},
{
Expand Down Expand Up @@ -1048,9 +1049,9 @@
"id": "D1wxiPhv21TT"
},
"source": [
"#### Evaluate new responses using Vertex AI GenAI Evaluation\n",
"#### Evaluate new responses using Vertex AI Gen AI Evaluation\n",
"\n",
"And you if you use the generated responses with the optimized prompt to run a new round of evaluation with Vertex AI GenAI Evaluation.\n"
"And you if you use the generated responses with the optimized prompt to run a new round of evaluation with Vertex AI Gen AI Evaluation.\n"
]
},
{
Expand Down

0 comments on commit e04cb11

Please sign in to comment.