How to get config.json from .pt loaded model?

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