Rename master to main for notebooks links and leftovers (#16397)

This commit is contained in:
Sylvain Gugger
2022-03-25 09:12:23 -04:00
committed by GitHub
parent 7e7490473e
commit 867f3950fa
22 changed files with 90 additions and 90 deletions

View File

@@ -169,6 +169,6 @@ At this point, only three steps remain:
<Tip>
For a more in-depth example of how to fine-tune a model for image classification, take a look at the corresponding [PyTorch notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/master/examples/image_classification.ipynb).
For a more in-depth example of how to fine-tune a model for image classification, take a look at the corresponding [PyTorch notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/image_classification.ipynb).
</Tip>