#11 · Primary category: Foundation Models
LLaVA
[NeurIPS'23 Oral] Visual Instruction Tuning (LLaVA) built towards GPT-4V level capabilities and beyond.
Project last updated:08/12/24
GitHub Stars
25.0K
Forks
2.8K
Contributors
48
License
Apache-2.0
Why we included this project
LLaVA is the reference implementation of visual instruction tuning, the approach that lets a language model actually see and reason about images. It was presented as an Oral at NeurIPS 2023, and its simple architecture and public data have made it the basis for many later multimodal models. If you're building something that needs to answer questions about screenshots, photos, diagrams, or documents, this repo gives you the training recipe, data pipeline, and model checkpoints to fine-tune a vision-language assistant instead of starting from scratch. The project also ships a model zoo and a demo, so you can try the released checkpoints on your own tasks before committing to training. For teams looking for a proven, well-documented starting point for multimodal understanding, this is the codebase to learn from and build on.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
MiniCPM-V
A Pocket-Sized MLLM for Ultra-Efficient Image and Video Understanding on Your Phone
generative-models
Generative Models by Stability AI
unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities