Hello,
I am trying to save my model using the from_pretrained. However I get an error:
NotADirectoryError: [Errno 20] Not a directory: ‘{directory}/huggingface_hub/templates/modelcard_template.md’
Hello,
I am trying to save my model using the from_pretrained. However I get an error:
NotADirectoryError: [Errno 20] Not a directory: ‘{directory}/huggingface_hub/templates/modelcard_template.md’
you should provide path to the directory where you want to save the model
I do,
Besides the error is to do with locating the model card. Not a destination for the model.