We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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适应驾驶任务。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@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适应驾驶任务。
The text was updated successfully, but these errors were encountered: