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") - Notebooks
- Google Colab
- Kaggle
Commit History
Update config.json 7bedd19 verified
Update tokenizer_config.json f267eea verified
Create tokenizer_config.json 8e32330 verified
Update config.json b108aee verified
Create tokenizer.json 2cddab2 verified
Create README.md f26b868 verified
Create preprocessor_config.json 55e410d verified
Added model c0914ff
SyedMarwan commited on