Update image_classification.mdx (#19996)

This commit is contained in:
Sayak Paul 2022-11-01 17:24:41 +05:30 committed by GitHub
parent c796b6dea6
commit c87ae86a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ This guide will show you how to fine-tune [ViT](https://huggingface.co/docs/tran
<Tip>
See the image classification [task page](https://huggingface.co/tasks/audio-classification) for more information about its associated models, datasets, and metrics.
See the image classification [task page](https://huggingface.co/tasks/image-classification) for more information about its associated models, datasets, and metrics.
</Tip>
@ -171,4 +171,4 @@ At this point, only three steps remain:
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>
</Tip>