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
Does Bakllava checkpoints uses openai/clip-vit-large-patch14 or openai/clip-vit-large-patch14-336 as the vision tower?
openai/clip-vit-large-patch14
openai/clip-vit-large-patch14-336
In finetune_lora.sh, it uses --vision_tower openai/clip-vit-large-patch14.
--vision_tower openai/clip-vit-large-patch14
In finetune.sh, it uses --vision_tower openai/clip-vit-large-patch14-336.
--vision_tower openai/clip-vit-large-patch14-336
The text was updated successfully, but these errors were encountered:
@pharaouk , do you have any updates here?
Sorry, something went wrong.
No branches or pull requests
Does Bakllava checkpoints uses
openai/clip-vit-large-patch14
oropenai/clip-vit-large-patch14-336
as the vision tower?In finetune_lora.sh, it uses
--vision_tower openai/clip-vit-large-patch14
.In finetune.sh, it uses
--vision_tower openai/clip-vit-large-patch14-336
.The text was updated successfully, but these errors were encountered: