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()" ]