From 0d6e492fe22847401e9347278782a5b364972922 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 26 Mar 2024 00:14:52 +0900 Subject: [PATCH] Update gpt_prompt_engineer_Classification_Version.ipynb reocrd -> record --- gpt_prompt_engineer_Classification_Version.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt_prompt_engineer_Classification_Version.ipynb b/gpt_prompt_engineer_Classification_Version.ipynb index b56087b..18e9422 100644 --- a/gpt_prompt_engineer_Classification_Version.ipynb +++ b/gpt_prompt_engineer_Classification_Version.ipynb @@ -141,7 +141,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Optional logging to Weights & Biases to reocrd the configs, prompts and results\n", + "# Optional logging to Weights & Biases to record the configs, prompts and results\n", "if use_wandb:\n", " start_wandb_run()" ]