got error on huggingface api
#2
by
ritm77
- opened
The checkpoint you are trying to load has model type ced
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.
You may want to reinstall hf_transformers_custom_model_ced: pip install -U git+https://github.com/jimbozhang/hf_transformers_custom_model_ced.git
, where the version of Transformers is set as 4.35.2 in its pyproject.toml
.