Instructions to use lujangushf/bridgetower with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lujangushf/bridgetower with Transformers:
# Load model directly from transformers import AutoProcessor, BridgeTowerForContrastiveLearning processor = AutoProcessor.from_pretrained("lujangushf/bridgetower") model = BridgeTowerForContrastiveLearning.from_pretrained("lujangushf/bridgetower") - Notebooks
- Google Colab
- Kaggle