when using qwen2.5-vl, in some cases, its config.model_type shows as "qwen2_5_vl_text", in files like "train_dpo.py", it would be recognized as "qwen2_vl", therefore making errors.
I suggest using "config.to_dict().get("model_type")" instead.
please let me know if I misunderstood it. thanks.
when using qwen2.5-vl, in some cases, its config.model_type shows as "qwen2_5_vl_text", in files like "train_dpo.py", it would be recognized as "qwen2_vl", therefore making errors.
I suggest using "config.to_dict().get("model_type")" instead.
please let me know if I misunderstood it. thanks.