Error on bert to classify text

OSError: SavedModel file does not exist at: C:\Users\Xiang\AppData\Local\Temp\tfhub_modules\a96501569a79510824b3ed96d5158fae078cd465{saved_model.pbtxt|saved_model.pb}

请教下这个怎么解决

Hi,

Do you have a small code snippet to reproduce the error?
It looks like the model you tried to use isn’t present in the disk.

if you could try hub.resolve(“URL_OF_THE_MODEL”) that would show where the model is cached and you can try to verify if it’s indeed there.