Function Call 训练管理操作以及视频 #187
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#187
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-call-04这个算法,点击复制算法。
填写算法名称,模型名称,还有版本号。按确定后便能在我的算法里找到新复制的算法。
在训练管理里创建训练任务,填入刚刚复制的算法,以及镜像名称function-call:v0.0.1,数据集选择公共数据集huggingface-cache。在分布式里填写“是”,资源池选择second-train-pool。然后选择“添加”。
之后训练管理便开始了,整个时长大约耗费1天20个小时。
可以在训练管理里的任务日志查看运行过程以及结果,可以看到调试后Action input变成了 json格式,说明微调后模型变得更好了。