I have trained a Chatbot model in Google collab and when pushing to Huggingface, it doesn't push and the notebook keeps executing and doesn't push, the size is around 500MB
!sudo apt-get install git-lfs
!git config --global user.email "MY EMAIL"
!git config --global user.name "MY name"
model .push_to_hub('MODEL REPO NAME', use_auth_token='API TOKEN')
tokenizer.push_to_hub('MODEL REPO NAME', use_auth_token='API TOKEN')