An open API service indexing awesome lists of open source software.

https://github.com/apsdehal/flava-tutorials

Tutorials for FLAVA model https://arxiv.org/abs/2112.04482
https://github.com/apsdehal/flava-tutorials

Last synced: 8 months ago
JSON representation

Tutorials for FLAVA model https://arxiv.org/abs/2112.04482

Awesome Lists containing this project

README

          

# FLAVA Tutorials

This repository contains tutorials for FLAVA model introduced [here](https://arxiv.org/abs/2112.04482). The model is available on Hugging Face hub at [https://huggingface.co/facebook/flava-full](https://huggingface.co/facebook/flava-full).

1. [Interact with FLAVA](./flava-interact.ipynb) Open In Colab
1. [WinoGround FLAVA Example](./winoground-flava-example.ipynb) Open In Colab
1. [Zero-Shot on ImageNet](./imagenet-zeroshot.ipynb) Open In Colab
1. Zero-Shot on GLUE [to be added soon]
1. Linear Probe on Vision tasks [to be added soon]
1. Fine-tune on custom task [to be added soon]

Some of these notebooks are inspired from notebook introduced by CLIP.