By default classifiers look for `pytorch_model.bin`, which doesn't exist in newer versions of `transformers`: ``` pytorch_model.bin: no such file or directory ``` The trained model is stored using https://huggingface.co/docs/safetensors/en/index. For example, see https://github.com/huggingface/transformers/issues/28863.