From 75523b9dc426e422901e60c58f1af30e1a754a2f Mon Sep 17 00:00:00 2001 From: inardini Date: Wed, 7 Feb 2024 08:39:09 +0000 Subject: [PATCH] add holt feedback --- gemini/evaluation/evaluate_gemini_with_autosxs.ipynb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gemini/evaluation/evaluate_gemini_with_autosxs.ipynb b/gemini/evaluation/evaluate_gemini_with_autosxs.ipynb index 003f5bd845..97db52ffcc 100644 --- a/gemini/evaluation/evaluate_gemini_with_autosxs.ipynb +++ b/gemini/evaluation/evaluate_gemini_with_autosxs.ipynb @@ -8,7 +8,7 @@ }, "outputs": [], "source": [ - "# Copyright 2023 Google LLC\n", + "# Copyright 2024 Google LLC\n", "#\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", @@ -358,9 +358,7 @@ "source": [ "### Create a Cloud Storage bucket\n", "\n", - "Create a storage bucket to store intermediate artifacts such as datasets.\n", - "\n", - "- *{Note to notebook author: For any user-provided strings that need to be unique (like bucket names or model ID's), append \"-unique\" to the end so proper testing can occur}*" + "Create a storage bucket to store intermediate artifacts such as datasets." ] }, { @@ -371,7 +369,7 @@ }, "outputs": [], "source": [ - "BUCKET_URI = \"gs://autosxs-demo\" # @param {type:\"string\"}" + "BUCKET_URI = f\"gs://autosxs-demo-{UUID}\" # @param {type:\"string\"}" ] }, {