Good evening,
I have trouble to load the pre-trained weights from GPT.from_pretrained().
I get the following error message: OSError: Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory gpt2.
So maybe some of you have a solution. I´m really new to the topic and I have worked through Mister Karpathy Video on Youtube. And there he tried it and it worked. However I get the error above. I checked the code and even copied the code from this repository to unchecked tipping error.
Best regards
Terra
Good evening,
I have trouble to load the pre-trained weights from GPT.from_pretrained().
I get the following error message: OSError: Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory gpt2.
So maybe some of you have a solution. I´m really new to the topic and I have worked through Mister Karpathy Video on Youtube. And there he tried it and it worked. However I get the error above. I checked the code and even copied the code from this repository to unchecked tipping error.
Best regards
Terra