#94 · Primary category: Foundation Models
OFA
Official repository of OFA (ICML 2022). Paper: OFA: Unifying Architectures, Tasks, and Modalities Through a Simple Sequence-to-Sequence Learning Framework
Project last updated:04/24/24
GitHub Stars
2.6K
Forks
248
Contributors
12
License
Apache-2.0
Why we included this project
OFA tackles the usual vision-and-language chores with a single sequence-to-sequence backbone, so instead of wiring up a separate model for captioning, visual question answering, grounding, and text-to-image work, one checkpoint covers them. It ships pretrained and finetuned weights in both English and Chinese, along with step-by-step instructions for pretraining from scratch or adapting it to your own data, which makes reproducing the published results fairly straightforward. The ICML 2022 paper explains the unifying idea well, and the Hugging Face integration means you can pull it into existing pipelines without much friction. If you want one multimodal model to standardize on rather than a pile of task-specific ones, this is a practical, well-documented pick.
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