Skip to content

Commit

Permalink
update openai finetuning notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
ayulockin committed Dec 6, 2023
1 parent 801d54e commit a551e05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"If you use OpenAI's API to [fine-tune ChatGPT-3.5](https://platform.openai.com/docs/guides/fine-tuning), you can now use the `WandbLogger` integration to track experiments, models, and datasets in your central dashboard with just two lines of code:\n",
"\n",
"```\n",
"from wandb.integration.openai import WandbLogger\n",
"from wandb.integration.openai.fine_tuning import WandbLogger\n",
"\n",
"# Your fine-tuning logic\n",
"\n",
Expand Down

0 comments on commit a551e05

Please sign in to comment.