Hugging Face Transformers Documentation: Saving and Loading Models, Hugging Face, 2024 (Hugging Face) - Official documentation for saving and loading models and tokenizers, including the save_pretrained and from_pretrained methods, and an overview of checkpointing strategies.
SafeTensors GitHub Repository, Hugging Face and the safetensors contributors, 2022 - GitHub repository and documentation for the safetensors format, explaining its advantages in security and loading speed over pickle for large models.