ValueError: Unrecognized model_type "bailing_qwen2_5" when evaluating with VLMEvalKit (Transformers 4.57.3)
#1
by
tonia123
- opened
Problem Description
I encountered the following error when evaluating a vision-language model using VLMEvalKit:
ValueError: The checkpoint you are trying to load has model type bailing_qwen2_5 but Transformers does not recognize this architecture.
This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.
Question
• Is this an incompatibility introduced in newer Transformers versions (e.g., 4.57.3)?
• Would downgrading to Transformers 4.49.0 resolve this issue?