In the [notebook](https://github.com/huggingface/notebooks/blob/main/course/en/chapter4/section3_pt.ipynb) that belongs to [4. Sharing models and tokenizers - Sharing pretrained models in the NLP Course NLP Course](https://huggingface.co/learn/nlp-course/chapter4/3?fw=pt), there is a duplicated cell for logging into the HF Hub: ```` from huggingface_hub import notebook_login notebook_login() ```` It could be removed for clarity.