fix(docs): fix task guide links in model docs (#22226)

fix(docs): task guide links in model docs
This commit is contained in:
Seb0
2023-03-17 15:30:17 +01:00
committed by GitHub
parent 314cdf7c25
commit 074490b2c2
124 changed files with 378 additions and 377 deletions

View File

@@ -37,7 +37,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h
<PipelineTag pipeline="image-classification"/>
- [`BitForImageClassification`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/pytorch/image-classification) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/image_classification.ipynb).
- See also: [Image classification task guide](./tasks/image_classification)
- See also: [Image classification task guide](../tasks/image_classification)
If you're interested in submitting a resource to be included here, please feel free to open a Pull Request and we'll review it! The resource should ideally demonstrate something new instead of duplicating an existing resource.