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