Fix task guide formatting (#21409)

fix formatting
This commit is contained in:
Steven Liu
2023-02-02 10:06:26 -08:00
committed by GitHub
parent a6d8a149a8
commit 0a75717602
9 changed files with 9 additions and 0 deletions

View File

@@ -209,6 +209,7 @@ Use the end-of-sequence token as the padding token and set `mlm=False`. This wil
If you aren't familiar with finetuning a model with the [`Trainer`], take a look at the [basic tutorial](../training#train-with-pytorch-trainer)!
</Tip>
You're ready to start training your model now! Load DistilGPT2 with [`AutoModelForCausalLM`]:
```py