I test your EvoVML in transformer in the following way:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("image-to-text", model="SakanaAI/EvoVLM-JP-v1-7B")
pipe("xxx.jpg")
, but I got the problem: KeyError: 'input_ids'.
Could you please tell me how to solve it? Thank you very much.
Dear authors,
I test your EvoVML in transformer in the following way:
, but I got the problem: KeyError: 'input_ids'.
Could you please tell me how to solve it? Thank you very much.