如何理解这个微调命令 #447
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#447
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
老师,请问一下,利用这个命令对模型微调后,模型主要是在哪方面做了提升呢?我的理解是它是不是具备函数调用功能了?如果是这样的话,它能调用哪些函数?
模型提升的地方是它能够格式化地输出function和paremeters,使得我们在提供给这个模型可选function的list时,模型能够去选择最符合我们要求的function,输出我们想要的function的名称和对应函数输入。不是大模型去调用函数。
老师,也就是我们这个模型微调只是让模型能够从可选function的list中输出最符合我们要求的function的名称和对应函数输入,到这里就结束了,没涉及到我们前面课程讲的具体的函数调用这个事对吧?
对,可以把这个模型接入到整个流程的函数调用部分。