Skip to content

Commit

Permalink
fix: remove inconsistent model variable naming in evaluate_models_in_…
Browse files Browse the repository at this point in the history
…vertex_ai_studio_and_model_garden.ipynb
  • Loading branch information
jsondai authored Feb 5, 2025
1 parent 77fe2c7 commit 7deb435
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,7 @@
"for i, prompt_template in enumerate(prompt_templates):\n",
" eval_result = summarization_eval_task.evaluate(\n",
" prompt_template=prompt_template,\n",
" model=model,\n",
" model=gemini_model,\n",
" # Customize eval service rate limit based on your project's Gemini-1.5-pro model quota to improve speed.\n",
" # See more details in https://cloud.google.com/vertex-ai/generative-ai/docs/models/run-evaluation#increase-quota\n",
" evaluation_service_qps=1,\n",
Expand Down

0 comments on commit 7deb435

Please sign in to comment.