ValueError: The checkpoint you are trying to load has model type `qwen3` but Transformers does not recognize this architecture.
#36
by
DaniDubi
- opened
Hey,
As the title says, I am trying to download the model via Hugging Face, but got this error. The process was interrupted before the weights could be downloaded.
I have the latest versions of Transformers and Sentence-Transformers:transformers 4.55.2
sentence-transformers 5.1.0
So I was wondering what is the issue here? should I downgrade them? In your readme says:
Requires transformers>=4.51.0
Requires sentence-transformers>=2.7.0
Thanks for any help!