自学内容网 自学内容网

how can I train a OpenAI fine tuned model with more prompts

题意:我如何使用更多提示来训练一个 OpenAI 微调模型?

问题背景:

I fine-tuned OpenAI model with some prompts following this documentation it succeeded and created a new model in the playground. How I can retrain (fine-tune) that same model with new prompts?

我按照这个文档用一些提示微调了 OpenAI 模型,成功后在 Playground 中创建了一个新模型。我该如何用新的提示重新训练(微调)这个模型?

问题解决:

This is what I found out on Open AI Documentation

这是我在 OpenAI 文档中发现的内容。

If you have already fine-tuned a model for your task and now have additional training data that you would like to incorporate, you can continue fine-tuning from the model. This creates a model that has learned from all of the training data without having to re-train from scratch.

i.e you can't train the already existing trained model again.

也就是说,你不能再次训练已经存在的已训练模型。


原文地址:https://blog.csdn.net/suiusoar/article/details/142392723

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!