Visual Question Answering
Transformers
PyTorch
Safetensors
Korean
English
pix2struct
image-text-to-text
text2text-generation
Instructions to use nuua/ko-deplot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nuua/ko-deplot with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="nuua/ko-deplot")# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("nuua/ko-deplot") model = AutoModelForImageTextToText.from_pretrained("nuua/ko-deplot") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by nuua - opened
No description provided.
nuua changed pull request status to merged