Instructions to use BridgeTower/bridgetower-large-itm-mlm-itc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BridgeTower/bridgetower-large-itm-mlm-itc with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("BridgeTower/bridgetower-large-itm-mlm-itc", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Merge branch 'main' of https://huggingface.co/BridgeTower/bridgetower-large-itm-mlm-itc into main
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ datasets:
|
|
| 12 |
- mscoco_captions
|
| 13 |
---
|
| 14 |
|
| 15 |
-
# BridgeTower large-itm-mlm-
|
| 16 |
|
| 17 |
The BridgeTower model was proposed in "BridgeTower: Building Bridges Between Encoders in Vision-Language Representative Learning" by Xiao Xu, Chenfei Wu, Shachar Rosenman, Vasudev Lal, Wanxiang Che, Nan Duan.
|
| 18 |
The model was pretrained on English language using masked language modeling (MLM) and image text matching (ITM)objectives. It was introduced in
|
|
|
|
| 12 |
- mscoco_captions
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# BridgeTower large-itm-mlm-itc model
|
| 16 |
|
| 17 |
The BridgeTower model was proposed in "BridgeTower: Building Bridges Between Encoders in Vision-Language Representative Learning" by Xiao Xu, Chenfei Wu, Shachar Rosenman, Vasudev Lal, Wanxiang Che, Nan Duan.
|
| 18 |
The model was pretrained on English language using masked language modeling (MLM) and image text matching (ITM)objectives. It was introduced in
|