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
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:937a56afcb5b2a9a3765aeed6019034b2819f54b1de23d1d555f23cd1b4d38c4
|
| 3 |
+
size 1223132080
|