Instructions to use facebook/flava-full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/flava-full with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("facebook/flava-full") model = AutoModelForPreTraining.from_pretrained("facebook/flava-full") - Notebooks
- Google Colab
- Kaggle
Commit History
Updates to model 2e705b4
Add first version of flava full model 47dd2ba
Amanpreet Singh commited on