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.

Xiaomi Audio & Speech Group org
edited May 24

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.

Sign up or log in to comment