Instructions to use devlocalhost/blip-xray-captioning-adapter-20e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use devlocalhost/blip-xray-captioning-adapter-20e with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("devlocalhost/blip-xray-captioning-adapter-20e", dtype="auto") - Notebooks
- Google Colab
- Kaggle