Instructions to use wesley7137/BlipFinetune-ScienceQA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wesley7137/BlipFinetune-ScienceQA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="wesley7137/BlipFinetune-ScienceQA")# Load model directly from transformers import AutoProcessor, AutoModelForVisualQuestionAnswering processor = AutoProcessor.from_pretrained("wesley7137/BlipFinetune-ScienceQA") model = AutoModelForVisualQuestionAnswering.from_pretrained("wesley7137/BlipFinetune-ScienceQA") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened over 1 year ago
by
SFconvertbot
Issue with `wesley7137/BlipFinetune-ScienceQA` Model in Transformers Library
#1 opened almost 2 years ago
by
giacomopedemonte