Missing lm_head.weight
#1
by HERRYDEMO - opened
Could you report your transformers version? just pip list and reponse with me.
Please refer to the transformers version (pip install -U "transformers<5.0"). Our model is based on Qwen2.5-VL.
We also found that this issue was caused by the configuration file being overwritten during training with ms-swift. The transformers 5.x versions are not yet supported/adapted in our current setup.
You can refer to: pip install "transformers<5.0" loguru "qwen-vl-utils" datasets

