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
Copy file name to clipboardExpand all lines: flightpaths/Annotator Development Template.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@
147
147
"source": [
148
148
"## Run the model\n",
149
149
"\n",
150
-
"This step will get responses to the prompts from the given SUT.\n",
150
+
"This step will get responses to the prompts from the given SUT. You can optionally pass arguments `prompt_uid_col` and `prompt_text_col` if your prompts dataset has different column names than the default ones.\n",
151
151
"\n",
152
152
"Save this run_id to avoid having to re-run the model later. The results are saved as an artifact in mlflow.\n",
0 commit comments