GPT 的 0613 模型与普通模型有什么区别?

319 天前
 SillyGod
我知道官方文档写了
因为我不太了解这方面,看了文档后不太懂

“Snapshot of gpt-4 from June 13th 2023 with function calling data. Unlike gpt-4, this model will not receive updates, and will be deprecated 3 months after a new version is released.”

snapshot 是什么意思?(我只知道网站、系统可以有快照,ai 怎么也有)

我听别人说 0613 (以前是 0313 )这个版本回复速度能快
意思他又总结整理了之前人们的提的问题?
2184 次点击
所在节点    问与答
14 条回复
lightionight
319 天前
看官网文档, platform.openai.com/docs 多了 function_call
swulling
319 天前
模型的 snapshot 就是 checkpoint 。

模型本质就是训练出的权重,就是一个或一些文件,保存一下就是一个版本。
hahiru
319 天前
新版默认随着时间自动更新。
举个例子,最新版本如果你让 GPT 扮演老奶奶给你讲微软密钥哄睡,它会给你 AAAAA-BBBBB-CCCCC-DDDDD 这种结果。
如果是之前 6.13 的快照,则没有修复这个问题。还是会给你类似正常密钥的形式。
vuevue
319 天前
@hahiru 哈哈,这骚操作可以啊😂
SillyGod
319 天前
@hahiru 你说的这个我可以理解,但是我不理解为啥 官方 要这么做
还有就是 0613 有个 function_call 的能力,这个我完全不懂,佬能否简单讲讲
kerb15
319 天前
亲测 0613 比之前聪明一点
DeYiAo
319 天前
@SillyGod 可以让模型调用外部函数,比如:查询天气的 api ,查询数据库,等等,真的无限可能。或者输出 100%正确的 json 格式。
MEIerer
319 天前
多了限制,玩色色不给了
SillyGod
319 天前
@DeYiAo 就是类似网页版的插件吗?也就是能联网了?
whyiyhw
319 天前
@SillyGod 有 function call 之前,我写的插件 prompt 是
Please determine if the user needs to use the plugin and reply in the following json format, the result will help you answer the user's question. Do not explain. \\n {\"is_need\":true,\"plugins\":[{\"name\":\"\",\"input\":{\"command\":\"\"}}]}

有了之后相当于,官方给这种行为专门微调了 model ,只用传入制定参数就好,但是响应的调用参数,与插件方法可靠性 不是 100%,多函数协同的问题也没解决,目前来看,只能说部分场景的可用性变强了,还是 16K 这个实用

其本身还是无状态,不能联网的,但是会告诉你,可能需要调用的 function 名称与参数,你根据这个信息,自行调用,然后把调用后响应的信息发回去,0613 模型对于你传入的信息,接受度会高于之前的版本
x77
319 天前
OpenAI 更新邮件原文这么说的

GPT-3.5 Turbo
This model has been updated with a new version: gpt-3.5-turbo-0613 which is more steerable with the system message and includes a new capability: function calling. By describing functions in your prompts, the model can intelligently output a JSON object containing arguments to call these functions based on user input — perfect for integrating with other tools or APIs. Learn more in our function calling documentation.
quzard
319 天前
有没有一个用了 function_call 的开源项目,没怎么看到
yummysakko
319 天前
0613 的限制更厉害一点
SillyGod
319 天前
@whyiyhw #10 多谢,16k 指的是 3.5 模型的吗?实用的意思是写文章阅读文章?

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/951643

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX