Hello, can you save and push your model and tokenizer with model.save_pretrained(directory)
and tokenizer.save_pretrained()
? The files should be in the specified directory.
1 Like
Hello, can you save and push your model and tokenizer with model.save_pretrained(directory)
and tokenizer.save_pretrained()
? The files should be in the specified directory.