You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inconsistent model variable naming in evaluate_models_in_vertex_ai_studio_and_model_garden.ipynb
There is an inconsistency in the model variable naming within the notebook evaluate_models_in_vertex_ai_studio_and_model_garden.ipynb. This may cause confusion for users and potentially lead to errors when running the notebook.
File Name
gemini/evaluation/evaluate_models_in_vertex_ai_studio_and_model_garden.ipynb
What happened?
Inconsistent model variable naming in evaluate_models_in_vertex_ai_studio_and_model_garden.ipynb
There is an inconsistency in the model variable naming within the notebook
evaluate_models_in_vertex_ai_studio_and_model_garden.ipynb
. This may cause confusion for users and potentially lead to errors when running the notebook.Location of the issue:
File:
evaluate_models_in_vertex_ai_studio_and_model_garden.ipynb
Section: 'Prompt engineering'
Details:
In the subsection 'Define a model', the model is defined as:
However, in the subsection 'Run Evaluation' (two sections later), the model is referenced as:
Expected behavior:
The model variable should be consistently named throughout the notebook to avoid confusion and potential errors.
Suggested fix:
Update the 'Run Evaluation' section to use the correct variable name:
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: