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