#95 · Primary category: Foundation Models

Otter

artificial-inteligence chatgpt deep-learning embodied-ai foundation-models gpt-4 instruction-tuning large-scale-models machine-learning multi-modality visual-language-learning

🦦 Otter, a multi-modal model based on OpenFlamingo (open-sourced version of DeepMind's Flamingo), trained on MIMIC-IT and showcasing improved instruction-following and in-context learning ability.

Project last updated:03/05/24

GitHub Stars

3.4K

Forks

210

Contributors

12

License

MIT

Why we included this project

Teams building or fine-tuning vision-language models will find Otter useful as a tested codebase to work from instead of a paper you have to reimplement. It follows OpenFlamingo's Flamingo-style architecture, so one model can take interleaved images and text, and the repo includes training scripts for pretraining, instruction tuning, and RLHF. OtterHD, built on Fuyu-8B, drops the explicit vision encoder and processes high-resolution image patches directly, with a fine-tune script that uses FlashAttention-2. Researchers also get a unified loader for common multimodal datasets and a one-click harness for running GPT-4V evaluation across eight benchmarks. If your work centers on in-context learning over mixed visual and text inputs, this is a solid base to study and adapt.

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