#81 · Primary category: Foundation Models
open_flamingo
An open-source framework for training large multimodal models.
Project last updated:08/31/24
GitHub Stars
4.1K
Forks
319
Contributors
32
License
MIT
Why we included this project
OpenFlamingo gives you a working PyTorch implementation of DeepMind's Flamingo architecture, so you get training scripts, an evaluation harness, and pretrained checkpoints rather than just a paper description. The trick is keeping a frozen language model and adding lightweight cross-attention layers over a CLIP vision encoder, which lets you adapt an existing checkpoint to your own interleaved image-and-text data without training from scratch. That makes it a practical base for research on in-context multimodal learning and for engineers fine-tuning models for captioning or visual question answering. Installation is a simple pip command, and the MIT license keeps things permissive.
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