Skip to content

Endlinc/LLaVA-Qwen2

 
 

Repository files navigation

🌋 LLaVA: Large Language and Vision Assistant with Qwen2 as base language model

Here I modified original LLaVA code to adapt Qwen2 as base language model. Now I have updated starting training scripts under script\v1_5 folder, for both pretraining phase and fine-tuning phase. You can start pretraining llava-qwen2 by following command,

bash scripts/v1_5/pretrain_qwen2.sh

By same mean, you start fine-tuning llava-qwen2 by this command,

bash scripts/v1_5/finetune_qwen2.sh

For detailed preparation and other questions, please refer original repo.

I would love to see you have any modification and creation on my repo! A pull request is all you need.

Thanks original creator for LLaVA project, and other maintainer of this project.

About

Modifying LLaVA components based on its arch.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 85.3%
  • Shell 9.0%
  • JavaScript 2.7%
  • HTML 2.1%
  • Other 0.9%