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

qformer #111

Open
CoderXuans opened this issue Jan 6, 2025 · 0 comments
Open

qformer #111

CoderXuans opened this issue Jan 6, 2025 · 0 comments

Comments

@CoderXuans
Copy link

@deepcs233
你好,我想请问一下if self.has_qformer:
print('Loading Q-Former')
self.Qformer, self.query_tokens = self.init_Qformer(
4, self.visual_encoder.num_features
)
self.Qformer.resize_token_embeddings(len(self.llm_tokenizer))
self.Qformer.cls = None
中的4如果改为别的数字的话,需要自己重新执行Instruction finetuning的训练吗?
我理解的Instruction finetuning是让LLM适应驾驶任务。

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

1 participant