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

@@ -412,7 +412,7 @@ Call [`fit`](https://keras.io/api/models/model_training_apis/#fit-method) to fin
<Tip>
For a more in-depth example of how to fine-tune a model for causal language modeling, take a look at the corresponding
[PyTorch notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/master/examples/language_modeling.ipynb)
or [TensorFlow notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/master/examples/language_modeling-tf.ipynb).
[PyTorch notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/language_modeling.ipynb)
or [TensorFlow notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/language_modeling-tf.ipynb).
</Tip>