Article
ZebraLogic: Benchmarking the Logical Reasoning Ability of Language Models
By
•
•
31Hey there, is from transformers import AutoProcessor, AutoModelForVision2Seq
can be useed for all VLMs or do we have to go with from transformers import PaliGemmaProcessor, PaliGemmaForConditionalGeneration
for PaliGemma and from transformers import Qwen2_5_VLForConditionalGeneration, AutoTokenizer, AutoProcessor
for QwenVL ? My goal is to have a unified script for all VLMs on the Hub given a model_name
as arg