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.

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

相关推荐
wuhanwhite23 分钟前
机器人新革命:Pi 0.5如何让智能走进千家万户
ai·机器人
孔令飞23 分钟前
彻底学会 gRPC:用 Go 实现一个迷你考试服务
人工智能·云原生·go
梓羽玩Python26 分钟前
告别OCR!这个AI文档神器直接"看懂"PDF,支持文档归类及多模态问答!
人工智能·github
weixin_4578858230 分钟前
Discuz!+DeepSeek:传统论坛的智能化蜕变之路
人工智能·学习·discuz·deepseek
檀越剑指大厂1 小时前
Browser-Use WebUI:让AI自动使用浏览器帮你查询信息执行任务
人工智能
栗筝i1 小时前
人工智能与机器学习,谁是谁的子集 —— 再谈智能的边界与演进路径
人工智能
胡耀超1 小时前
5.第五章:数据分类的方法论
大数据·人工智能·分类·数据挖掘·数据治理·数据分类·分类分级
掘金詹姆斯1 小时前
LangChain4j—接入其他大模型(二)
java·人工智能
前进的程序员1 小时前
在Linux驱动开发中使用DeepSeek的方法
linux·运维·服务器·人工智能
MarsBighead1 小时前
Pgvector+R2R搭建RAG知识库
python·ai·postgresql·rag·pgvector