From 34f76bb62b915b43617aa88557aea97840e163f0 Mon Sep 17 00:00:00 2001 From: RTrace Date: Mon, 13 Jan 2025 11:08:17 -0800 Subject: [PATCH] Fix `zero_shot_image_classification` documentation guide link in SigLIP (#35671) --- docs/source/en/model_doc/siglip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/model_doc/siglip.md b/docs/source/en/model_doc/siglip.md index 88e38cbb59..0c0977d10b 100644 --- a/docs/source/en/model_doc/siglip.md +++ b/docs/source/en/model_doc/siglip.md @@ -102,7 +102,7 @@ If you want to do the pre- and postprocessing yourself, here's how to do that: A list of official Hugging Face and community (indicated by 🌎) resources to help you get started with SigLIP. -- [Zero-shot image classification task guide](../tasks/zero_shot_image_classification_md) +- [Zero-shot image classification task guide](../tasks/zero_shot_image_classification) - Demo notebooks for SigLIP can be found [here](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/SigLIP). 🌎 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.