Instructions to use google/matcha-chart2text-statista with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/matcha-chart2text-statista with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="google/matcha-chart2text-statista")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("google/matcha-chart2text-statista") model = AutoModelForMultimodalLM.from_pretrained("google/matcha-chart2text-statista") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 2176166
Update README.md 41c9e41
Update config.json 6501070
Update README.md f367593
Create README.md 1fe2ef2
Upload processor d906981
Upload Pix2StructForConditionalGeneration 7cfaa0c
initial commit 1293400
Younes Belkada commited on