From 7d5ce6802ec5bab29d60e3501337d3477f31b866 Mon Sep 17 00:00:00 2001 From: wei zhao Date: Mon, 10 Oct 2022 21:16:58 +0800 Subject: [PATCH] Fix typo in image-classification/README.md (#19424) Fix link typo of the following content. PyTorch version, Trainer PyTorch version, no Trainer --- examples/pytorch/image-classification/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/pytorch/image-classification/README.md b/examples/pytorch/image-classification/README.md index 904981451c..04b4748774 100644 --- a/examples/pytorch/image-classification/README.md +++ b/examples/pytorch/image-classification/README.md @@ -23,8 +23,8 @@ This directory contains 2 scripts that showcase how to fine-tune any model suppo Try out the inference widget here: https://huggingface.co/google/vit-base-patch16-224 Content: -- [PyTorch version, Trainer](#pytorch-version-no-trainer) -- [PyTorch version, no Trainer](#pytorch-version-trainer) +- [PyTorch version, Trainer](#pytorch-version-trainer) +- [PyTorch version, no Trainer](#pytorch-version-no-trainer) ## PyTorch version, Trainer @@ -208,4 +208,4 @@ This command is the same and will work for: Note that this library is in alpha release so your feedback is more than welcome if you encounter any problem using it. -Regarding using custom data with this script, we refer to [using your own data](#using-your-own-data). \ No newline at end of file +Regarding using custom data with this script, we refer to [using your own data](#using-your-own-data).