Problem loading

#5
by jalbarracin - opened

Hi, I'm getting this while trying to load the model:

OSError: answerdotai/answerai-colbert-small-v1 does not appear to have a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack.

Thank you for your help

Answer.AI org

Hey, what code are you trying to use to load the model? This seems like an antiquated error message from transformers not trying to load the .safetensors model… I’m thinking it will go away if you upgrade your version of transformers.

bclavie changed discussion status to closed

Thank you. Fixed by upgrading transformers.

Sign up or log in to comment