You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work.I have a question. Since the prompt in the model's input already describes the content represented by the vectors, why is it necessary to align the vectors with the LLM during the pre-training process? Are the vectors used to help the model further understand the driving scenario based on the prompt? Are the labels in the pre-training process the prompts generated by lanGen? What is the purpose of the 100k question-answer pairs in the pre-training process?
#24
Closed
lilpeng opened this issue
Jun 6, 2024
· 2 comments
Thanks for the question. The short answer is that we were trying to proof that we can align the the vectors with LLMs hence we can use the similar method to align the image with LLMs as described in the Lingo work: https://arxiv.org/abs/2312.14115
Could you explain what the model's input and the corresponding labels are during the pre-training stage to help me better understand this process?
The text was updated successfully, but these errors were encountered: