Instructions to use BridgeTower/bridgetower-base-itm-mlm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BridgeTower/bridgetower-base-itm-mlm with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("BridgeTower/bridgetower-base-itm-mlm", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Import Error
hello!
I am very enthusiastic to use your model after reading a paper. To do this i am using instructions given in the model card. Unfortunately, i get ImortError and moreover i am not able to see model folder in transformers repo. Could you please fix this or tell me what i am doing wrong.
Hi @VityaVitalich ,
Thanks for taking an interest in BridgeTower. We have issued a pull request for this model and it is in the review process of merging into the transformers repo. We can update you here once it is merged.
In the meantime if you would like to test out BridgeTower you can install transformers locally from: https://github.com/abhiwand/transformers/tree/add_bridgetower_model
Got it, thank you for your reply!