#94 · Primary category: Foundation Models

OFA

chinese image-captioning multimodal pretrained-models pretraining prompt prompt-tuning referring-expression-comprehension text-to-image-synthesis vision-language visual-question-answering

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