Skip to content

Commit

Permalink
add holt feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
inardini committed Feb 7, 2024
1 parent d2b5e2a commit 75523b9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions gemini/evaluation/evaluate_gemini_with_autosxs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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."
]
},
{
Expand All @@ -371,7 +369,7 @@
},
"outputs": [],
"source": [
"BUCKET_URI = \"gs://autosxs-demo\" # @param {type:\"string\"}"
"BUCKET_URI = f\"gs://autosxs-demo-{UUID}\" # @param {type:\"string\"}"
]
},
{
Expand Down

0 comments on commit 75523b9

Please sign in to comment.