Could it be process pure text without image?

#40
by BVEsun - opened

I am new to transformers

processor = AutoProcessor.from_pretrained(model_id)
inputs = processor(image, input_text, return_tensors="pt").to(model.device)

I remove the image from the processor but it didn't work

Sign up or log in to comment