Closed Verena96 closed 3 years ago
Hi, the problem is that you're giving the .bin file as the input in .from_pretrained
part.
There should be a folder with the model weights (.bin file) and config.json, and you should give the folder name as the input.
Hello, I trained the model with my own parameters, and saved it. However, whenever I try to use it, I get the following error:
UnicodeDecodeError Traceback (most recent call last)