From 7d6627d0d9e845188dd90bd0fae655fa411eb4b0 Mon Sep 17 00:00:00 2001 From: HelgeS Date: Mon, 2 Oct 2023 11:19:11 +0200 Subject: [PATCH] Fix broken link to video classification task (#26487) --- docs/source/en/model_doc/videomae.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/model_doc/videomae.md b/docs/source/en/model_doc/videomae.md index 7dbff1b069..5a3620040a 100644 --- a/docs/source/en/model_doc/videomae.md +++ b/docs/source/en/model_doc/videomae.md @@ -47,7 +47,7 @@ review it! The resource should ideally demonstrate something new instead of dupl **Video classification** - [A notebook](https://github.com/huggingface/notebooks/blob/main/examples/video_classification.ipynb) that shows how to fine-tune a VideoMAE model on a custom dataset. -- [Video classification task guide](../tasks/video-classification) +- [Video classification task guide](../tasks/video_classification) - [A 🤗 Space](https://huggingface.co/spaces/sayakpaul/video-classification-ucf101-subset) showing how to perform inference with a video classification model.