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
Thanks for your nice work. I have a question about whether to predict the <STOP> token. As seen in the original LLaVA paper, they predict these stop tokens: and their preprocess codes are: https://github.com/haotian-liu/LLaVA/blob/3e337ad269da3245643a2724a1d694b5839c37f9/llava/train/train.py#L470-L481 but your codes are, which seem not to predict these stop tokens:
llava-phi/llava_phi/train/train.py
Lines 363 to 370 in 5cb6ed1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for your nice work. I have a question about whether to predict the <STOP> token. As seen in the original LLaVA paper, they predict these stop tokens:
and their preprocess codes are:
https://github.com/haotian-liu/LLaVA/blob/3e337ad269da3245643a2724a1d694b5839c37f9/llava/train/train.py#L470-L481
but your codes are, which seem not to predict these stop tokens:
llava-phi/llava_phi/train/train.py
Lines 363 to 370 in 5cb6ed1
Could you please give some explanations or insights into these differences?
The text was updated successfully, but these errors were encountered: