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