Unverified Commit 074490b2 authored by Seb0's avatar Seb0 Committed by GitHub
Browse files

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

fix(docs): task guide links in model docs
parent 314cdf7c
...@@ -48,7 +48,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h ...@@ -48,7 +48,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h
<PipelineTag pipeline="image-classification"/> <PipelineTag pipeline="image-classification"/>
- [`PoolFormerForImageClassification`] 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). - [`PoolFormerForImageClassification`] 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. 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.
......
...@@ -55,9 +55,9 @@ The Authors' code can be found [here](https://github.com/microsoft/ProphetNet). ...@@ -55,9 +55,9 @@ The Authors' code can be found [here](https://github.com/microsoft/ProphetNet).
## Documentation resources ## Documentation resources
- [Causal language modeling task guide](./tasks/language_modeling) - [Causal language modeling task guide](../tasks/language_modeling)
- [Translation task guide](./tasks/translation) - [Translation task guide](../tasks/translation)
- [Summarization task guide](./tasks/summarization) - [Summarization task guide](../tasks/summarization)
## ProphetNetConfig ## ProphetNetConfig
......
...@@ -116,12 +116,12 @@ the instructions in [torch.onnx](https://pytorch.org/docs/stable/onnx.html). Exa ...@@ -116,12 +116,12 @@ the instructions in [torch.onnx](https://pytorch.org/docs/stable/onnx.html). Exa
## Documentation resources ## Documentation resources
- [Text classification task guide](./tasks/sequence_classification) - [Text classification task guide](../tasks/sequence_classification)
- [Token classification task guide](./tasks/token_classification) - [Token classification task guide](../tasks/token_classification)
- [Question answering task guide](./tasks/question_answering) - [Question answering task guide](../tasks/question_answering)
- [Causal language modeling task guide](./tasks/language_modeling) - [Causal language modeling task guide](../tasks/language_modeling)
- [Masked language modeling task guide](./tasks/masked_language_modeling) - [Masked language modeling task guide](../tasks/masked_language_modeling)
- [Multiple choice task guide](./tasks/multiple_choice) - [Multiple choice task guide](../tasks/multiple_choice)
## QDQBertConfig ## QDQBertConfig
......
...@@ -153,10 +153,10 @@ loss = model(input_ids, labels=input_ids)[0] ...@@ -153,10 +153,10 @@ loss = model(input_ids, labels=input_ids)[0]
## Documentation resources ## Documentation resources
- [Text classification task guide](./tasks/sequence_classification) - [Text classification task guide](../tasks/sequence_classification)
- [Question answering task guide](./tasks/question_answering) - [Question answering task guide](../tasks/question_answering)
- [Causal language modeling task guide](./tasks/language_modeling) - [Causal language modeling task guide](../tasks/language_modeling)
- [Masked language modeling task guide](./tasks/masked_language_modeling) - [Masked language modeling task guide](../tasks/masked_language_modeling)
## ReformerConfig ## ReformerConfig
......
...@@ -38,7 +38,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h ...@@ -38,7 +38,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h
<PipelineTag pipeline="image-classification"/> <PipelineTag pipeline="image-classification"/>
- [`RegNetForImageClassification`] 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). - [`RegNetForImageClassification`] 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. 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.
......
...@@ -39,12 +39,12 @@ also similar to the Albert one rather than the BERT one. ...@@ -39,12 +39,12 @@ also similar to the Albert one rather than the BERT one.
## Documentation resources ## Documentation resources
- [Text classification task guide](./tasks/sequence_classification) - [Text classification task guide](../tasks/sequence_classification)
- [Token classification task guide](./tasks/token_classification) - [Token classification task guide](../tasks/token_classification)
- [Question answering task guide](./tasks/question_answering) - [Question answering task guide](../tasks/question_answering)
- [Causal language modeling task guide](./tasks/language_modeling) - [Causal language modeling task guide](../tasks/language_modeling)
- [Masked language modeling task guide](./tasks/masked_language_modeling) - [Masked language modeling task guide](../tasks/masked_language_modeling)
- [Multiple choice task guide](./tasks/multiple_choice) - [Multiple choice task guide](../tasks/multiple_choice)
## RemBertConfig ## RemBertConfig
......
...@@ -40,7 +40,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h ...@@ -40,7 +40,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h
<PipelineTag pipeline="image-classification"/> <PipelineTag pipeline="image-classification"/>
- [`ResNetForImageClassification`] 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). - [`ResNetForImageClassification`] 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. 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.
......
...@@ -31,12 +31,12 @@ The original code can be found [here](https://github.com/princeton-nlp/DinkyTrai ...@@ -31,12 +31,12 @@ The original code can be found [here](https://github.com/princeton-nlp/DinkyTrai
## Documentation resources ## Documentation resources
- [Text classification task guide](./tasks/sequence_classification) - [Text classification task guide](../tasks/sequence_classification)
- [Token classification task guide](./tasks/token_classification) - [Token classification task guide](../tasks/token_classification)
- [Question answering task guide](./tasks/question_answering) - [Question answering task guide](../tasks/question_answering)
- [Causal language modeling task guide](./tasks/language_modeling) - [Causal language modeling task guide](../tasks/language_modeling)
- [Masked language modeling task guide](./tasks/masked_language_modeling) - [Masked language modeling task guide](../tasks/masked_language_modeling)
- [Multiple choice task guide](./tasks/multiple_choice) - [Multiple choice task guide](../tasks/multiple_choice)
## RobertaPreLayerNormConfig ## RobertaPreLayerNormConfig
......
...@@ -70,7 +70,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h ...@@ -70,7 +70,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h
- [`RobertaForSequenceClassification`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/pytorch/text-classification) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/text_classification.ipynb). - [`RobertaForSequenceClassification`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/pytorch/text-classification) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/text_classification.ipynb).
- [`TFRobertaForSequenceClassification`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/tensorflow/text-classification) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/text_classification-tf.ipynb). - [`TFRobertaForSequenceClassification`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/tensorflow/text-classification) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/text_classification-tf.ipynb).
- [`FlaxRobertaForSequenceClassification`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/flax/text-classification) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/text_classification_flax.ipynb). - [`FlaxRobertaForSequenceClassification`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/flax/text-classification) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/text_classification_flax.ipynb).
- [Text classification task guide](./tasks/sequence_classification) - [Text classification task guide](../tasks/sequence_classification)
<PipelineTag pipeline="token-classification"/> <PipelineTag pipeline="token-classification"/>
...@@ -78,7 +78,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h ...@@ -78,7 +78,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h
- [`TFRobertaForTokenClassification`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/tensorflow/token-classification) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/token_classification-tf.ipynb). - [`TFRobertaForTokenClassification`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/tensorflow/token-classification) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/token_classification-tf.ipynb).
- [`FlaxRobertaForTokenClassification`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/flax/token-classification). - [`FlaxRobertaForTokenClassification`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/flax/token-classification).
- [Token classification](https://huggingface.co/course/chapter7/2?fw=pt) chapter of the 🤗 Hugging Face Course. - [Token classification](https://huggingface.co/course/chapter7/2?fw=pt) chapter of the 🤗 Hugging Face Course.
- [Token classification task guide](./tasks/token_classification) - [Token classification task guide](../tasks/token_classification)
<PipelineTag pipeline="fill-mask"/> <PipelineTag pipeline="fill-mask"/>
...@@ -87,7 +87,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h ...@@ -87,7 +87,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h
- [`TFRobertaForMaskedLM`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/tensorflow/language-modeling#run_mlmpy) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/language_modeling-tf.ipynb). - [`TFRobertaForMaskedLM`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/tensorflow/language-modeling#run_mlmpy) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/language_modeling-tf.ipynb).
- [`FlaxRobertaForMaskedLM`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/flax/language-modeling#masked-language-modeling) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/masked_language_modeling_flax.ipynb). - [`FlaxRobertaForMaskedLM`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/flax/language-modeling#masked-language-modeling) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/masked_language_modeling_flax.ipynb).
- [Masked language modeling](https://huggingface.co/course/chapter7/3?fw=pt) chapter of the 🤗 Hugging Face Course. - [Masked language modeling](https://huggingface.co/course/chapter7/3?fw=pt) chapter of the 🤗 Hugging Face Course.
- [Masked language modeling task guide](./tasks/masked_language_modeling) - [Masked language modeling task guide](../tasks/masked_language_modeling)
<PipelineTag pipeline="question-answering"/> <PipelineTag pipeline="question-answering"/>
...@@ -96,12 +96,12 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h ...@@ -96,12 +96,12 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h
- [`TFRobertaForQuestionAnswering`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/tensorflow/question-answering) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/question_answering-tf.ipynb). - [`TFRobertaForQuestionAnswering`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/tensorflow/question-answering) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/question_answering-tf.ipynb).
- [`FlaxRobertaForQuestionAnswering`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/flax/question-answering). - [`FlaxRobertaForQuestionAnswering`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/flax/question-answering).
- [Question answering](https://huggingface.co/course/chapter7/7?fw=pt) chapter of the 🤗 Hugging Face Course. - [Question answering](https://huggingface.co/course/chapter7/7?fw=pt) chapter of the 🤗 Hugging Face Course.
- [Question answering task guide](./tasks/question_answering) - [Question answering task guide](../tasks/question_answering)
**Multiple choice** **Multiple choice**
- [`RobertaForMultipleChoice`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/pytorch/multiple-choice) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/multiple_choice.ipynb). - [`RobertaForMultipleChoice`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/pytorch/multiple-choice) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/multiple_choice.ipynb).
- [`TFRobertaForMultipleChoice`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/tensorflow/multiple-choice) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/multiple_choice-tf.ipynb). - [`TFRobertaForMultipleChoice`] is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/tensorflow/multiple-choice) and [notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/multiple_choice-tf.ipynb).
- [Multiple choice task guide](./tasks/multiple_choice) - [Multiple choice task guide](../tasks/multiple_choice)
## RobertaConfig ## RobertaConfig
......
...@@ -33,12 +33,12 @@ This model was contributed by [weiweishi](https://huggingface.co/weiweishi). ...@@ -33,12 +33,12 @@ This model was contributed by [weiweishi](https://huggingface.co/weiweishi).
## Documentation resources ## Documentation resources
- [Text classification task guide](./tasks/sequence_classification) - [Text classification task guide](../tasks/sequence_classification)
- [Token classification task guide](./tasks/token_classification) - [Token classification task guide](../tasks/token_classification)
- [Question answering task guide](./tasks/question_answering) - [Question answering task guide](../tasks/question_answering)
- [Causal language modeling task guide](./tasks/language_modeling) - [Causal language modeling task guide](../tasks/language_modeling)
- [Masked language modeling task guide](./tasks/masked_language_modeling) - [Masked language modeling task guide](../tasks/masked_language_modeling)
- [Multiple choice task guide](./tasks/multiple_choice) - [Multiple choice task guide](../tasks/multiple_choice)
## RoCBertConfig ## RoCBertConfig
......
...@@ -39,12 +39,12 @@ This model was contributed by [junnyu](https://huggingface.co/junnyu). The origi ...@@ -39,12 +39,12 @@ This model was contributed by [junnyu](https://huggingface.co/junnyu). The origi
## Documentation resources ## Documentation resources
- [Text classification task guide](./tasks/sequence_classification) - [Text classification task guide](../tasks/sequence_classification)
- [Token classification task guide](./tasks/token_classification) - [Token classification task guide](../tasks/token_classification)
- [Question answering task guide](./tasks/question_answering) - [Question answering task guide](../tasks/question_answering)
- [Causal language modeling task guide](./tasks/language_modeling) - [Causal language modeling task guide](../tasks/language_modeling)
- [Masked language modeling task guide](./tasks/masked_language_modeling) - [Masked language modeling task guide](../tasks/masked_language_modeling)
- [Multiple choice task guide](./tasks/multiple_choice) - [Multiple choice task guide](../tasks/multiple_choice)
## RoFormerConfig ## RoFormerConfig
......
...@@ -91,7 +91,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h ...@@ -91,7 +91,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h
<PipelineTag pipeline="image-classification"/> <PipelineTag pipeline="image-classification"/>
- [`SegformerForImageClassification`] 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). - [`SegformerForImageClassification`] 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).
- [Image classification task guide](./tasks/image_classification) - [Image classification task guide](../tasks/image_classification)
Semantic segmentation: Semantic segmentation:
...@@ -99,7 +99,7 @@ Semantic segmentation: ...@@ -99,7 +99,7 @@ Semantic segmentation:
- A blog on fine-tuning SegFormer on a custom dataset can be found [here](https://huggingface.co/blog/fine-tune-segformer). - A blog on fine-tuning SegFormer on a custom dataset can be found [here](https://huggingface.co/blog/fine-tune-segformer).
- More demo notebooks on SegFormer (both inference + fine-tuning on a custom dataset) can be found [here](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/SegFormer). - More demo notebooks on SegFormer (both inference + fine-tuning on a custom dataset) can be found [here](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/SegFormer).
- [`TFSegformerForSemanticSegmentation`] is supported by this [example notebook](https://github.com/huggingface/notebooks/blob/main/examples/semantic_segmentation-tf.ipynb). - [`TFSegformerForSemanticSegmentation`] is supported by this [example notebook](https://github.com/huggingface/notebooks/blob/main/examples/semantic_segmentation-tf.ipynb).
- [Semantic segmentation task guide](./tasks/semantic_segmentation) - [Semantic segmentation task guide](../tasks/semantic_segmentation)
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. 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.
......
...@@ -38,8 +38,8 @@ This model was contributed by [anton-l](https://huggingface.co/anton-l). ...@@ -38,8 +38,8 @@ This model was contributed by [anton-l](https://huggingface.co/anton-l).
## Documentation resources ## Documentation resources
- [Audio classification task guide](./tasks/audio_classification) - [Audio classification task guide](../tasks/audio_classification)
- [Automatic speech recognition task guide](./tasks/asr) - [Automatic speech recognition task guide](../tasks/asr)
## SEWDConfig ## SEWDConfig
......
...@@ -38,8 +38,8 @@ This model was contributed by [anton-l](https://huggingface.co/anton-l). ...@@ -38,8 +38,8 @@ This model was contributed by [anton-l](https://huggingface.co/anton-l).
## Documentation resources ## Documentation resources
- [Audio classification task guide](./tasks/audio_classification) - [Audio classification task guide](../tasks/audio_classification)
- [Automatic speech recognition task guide](./tasks/asr) - [Automatic speech recognition task guide](../tasks/asr)
## SEWConfig ## SEWConfig
......
...@@ -96,7 +96,7 @@ See [model hub](https://huggingface.co/models?filter=speech2text2) to look for S ...@@ -96,7 +96,7 @@ See [model hub](https://huggingface.co/models?filter=speech2text2) to look for S
## Documentation resources ## Documentation resources
- [Causal language modeling task guide](./tasks/language_modeling) - [Causal language modeling task guide](../tasks/language_modeling)
## Speech2Text2Config ## Speech2Text2Config
......
...@@ -49,7 +49,7 @@ This model was contributed by [yuvalkirstain](https://huggingface.co/yuvalkirsta ...@@ -49,7 +49,7 @@ This model was contributed by [yuvalkirstain](https://huggingface.co/yuvalkirsta
## Documentation resources ## Documentation resources
- [Question answering task guide](./tasks/question-answering) - [Question answering task guide](../tasks/question-answering)
## SplinterConfig ## SplinterConfig
......
...@@ -48,11 +48,11 @@ This model was contributed by [forresti](https://huggingface.co/forresti). ...@@ -48,11 +48,11 @@ This model was contributed by [forresti](https://huggingface.co/forresti).
## Documentation resources ## Documentation resources
- [Text classification task guide](./tasks/sequence_classification) - [Text classification task guide](../tasks/sequence_classification)
- [Token classification task guide](./tasks/token_classification) - [Token classification task guide](../tasks/token_classification)
- [Question answering task guide](./tasks/question_answering) - [Question answering task guide](../tasks/question_answering)
- [Masked language modeling task guide](./tasks/masked_language_modeling) - [Masked language modeling task guide](../tasks/masked_language_modeling)
- [Multiple choice task guide](./tasks/multiple_choice) - [Multiple choice task guide](../tasks/multiple_choice)
## SqueezeBertConfig ## SqueezeBertConfig
......
...@@ -52,7 +52,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h ...@@ -52,7 +52,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h
<PipelineTag pipeline="image-classification"/> <PipelineTag pipeline="image-classification"/>
- [`SwinForImageClassification`] 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). - [`SwinForImageClassification`] 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)
Besides that: Besides that:
......
...@@ -33,7 +33,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h ...@@ -33,7 +33,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h
<PipelineTag pipeline="image-classification"/> <PipelineTag pipeline="image-classification"/>
- [`Swinv2ForImageClassification`] 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). - [`Swinv2ForImageClassification`] 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)
Besides that: Besides that:
......
...@@ -34,8 +34,8 @@ The original code can be found [here](https://github.com/google/flaxformer/tree/ ...@@ -34,8 +34,8 @@ The original code can be found [here](https://github.com/google/flaxformer/tree/
## Resources ## Resources
- [Translation task guide](./tasks/translation) - [Translation task guide](../tasks/translation)
- [Summarization task guide](./tasks/summarization) - [Summarization task guide](../tasks/summarization)
## SwitchTransformersConfig ## SwitchTransformersConfig
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment