Correct legacy fine-tuning note (#770)

This commit is contained in:
gusmally 2023-10-11 14:53:36 -07:00 committed by GitHub
parent d2d2f5f808
commit a6100e80ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,8 @@
"\n", "\n",
"This notebook serves as a tool to preprocess and analyze the chat dataset used for fine-tuning a chat model. \n", "This notebook serves as a tool to preprocess and analyze the chat dataset used for fine-tuning a chat model. \n",
"It checks for format errors, provides basic statistics, and estimates token counts for fine-tuning costs.\n", "It checks for format errors, provides basic statistics, and estimates token counts for fine-tuning costs.\n",
"The method shown here corresponds to [legacy fine-tuning](https://platform.openai.com/docs/guides/legacy-fine-tuning) for models like babbage-002 and davinci-002.\n", "The method shown here corresponds to the [current fine-tuning method](https://platform.openai.com/docs/guides/fine-tuning) for gpt-3.5-turbo.\n",
"For fine-tuning gpt-3.5-turbo, see [the current fine-tuning page](https://platform.openai.com/docs/guides/fine-tuning)." "See [legacy fine-tuning](https://platform.openai.com/docs/guides/legacy-fine-tuning) for models like babbage-002 and davinci-002."
] ]
}, },
{ {