Instructions to use marwanimroz18/blip-trainer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marwanimroz18/blip-trainer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="marwanimroz18/blip-trainer")# Load model directly from transformers import AutoProcessor, AutoModelForVisualQuestionAnswering processor = AutoProcessor.from_pretrained("marwanimroz18/blip-trainer") model = AutoModelForVisualQuestionAnswering.from_pretrained("marwanimroz18/blip-trainer", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
c0914ff | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:753700f93421080240ee64c73eb7013560cb2957c57b732b04a794eebd6b6a04
size 1538968797
|