【求助帖】【LLM-多模态理论+案例讲解-24.10.23-林希老师】学习了MINIGPT-v2后,关于MINIGPT-v2部署后,如果还要结合自己的项目进行微调(希望增加给定细分领域的图片数据再让模型在特定领域的识别更加精准),请老师推荐一下相应的工具,和操作步骤。希望老师提供一些方向和资料,我再学习一下。 #381
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#381
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?
去看minigpt-v2训练流程的代码就行,https://github.com/Vision-CAIR/MiniGPT-4/blob/main/MiniGPTv2_Train.md,看下配置文件、数据集配置、训练参数、训练代码。