model.safetensors
doesn't exist in preset directory
#2125
Labels
model.safetensors
doesn't exist in preset directory
#2125
I was writing a converter for the DeBERTA-v3 models and while testing I noticed that these models are only provided in the
pytorch_model.bin
format, and not inmodel.safetensors
format.DeBERTA HF link - https://huggingface.co/microsoft/deberta-v3-small/tree/main
A possible workaround would be to convert the
pytorch_model.bin
tomodel.safetensors
format inkeras_hub\src\utils\transformers\safetensor_utils.py
and then load the safetensors normally.Any suggestions?
The text was updated successfully, but these errors were encountered: