Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何使用自己的数据集微调MoE-LLaVA #62

Open
Tunanzzz opened this issue Mar 15, 2024 · 3 comments
Open

如何使用自己的数据集微调MoE-LLaVA #62

Tunanzzz opened this issue Mar 15, 2024 · 3 comments

Comments

@Tunanzzz
Copy link

Question

train.md的脚本只是训练三个阶段的脚本,如何使用自己的数据集微调已经预训练出的第三个阶段的模型

@zhengxingmao
Copy link

+1 同问

@CharlieFRuan
Copy link

可以复用train.py,然后把比如MoELLaVAStablelmForCausalLM替换成EvalMoELLaVAStablelmForCausalLM,后面就不用initialize_moe_modules()了;然后根据需要来requires_grad_()

@chunhuizng
Copy link

可以复用train.py,然后把比如MoELLaVAStablelmForCausalLM替换成EvalMoELLaVAStablelmForCausalLM,后面就不用initialize_moe_modules()了;然后根据需要来requires_grad_()

你好,请问你有相关的已实现的代码可以分享嘛?只是问一下,谢谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants