"examples/vscode:/vscode.git/clone" did not exist on "c60381e90d4f458d00896028c0a6ce2d2817a43f"
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
...@@ -56,11 +56,11 @@ This model was contributed by [thomwolf](https://huggingface.co/thomwolf). The o ...@@ -56,11 +56,11 @@ This model was contributed by [thomwolf](https://huggingface.co/thomwolf). The o
## 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)
- [Multiple choice task guide](./tasks/multiple_choice) - [Multiple choice task guide](../tasks/multiple_choice)
## XLNetConfig ## XLNetConfig
......
...@@ -80,12 +80,12 @@ model.set_default_language("de_DE") ...@@ -80,12 +80,12 @@ model.set_default_language("de_DE")
## Resources ## 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)
## XmodConfig ## XmodConfig
......
...@@ -39,7 +39,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h ...@@ -39,7 +39,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h
<PipelineTag pipeline="object-detection"/> <PipelineTag pipeline="object-detection"/>
- All example notebooks illustrating inference + fine-tuning [`YolosForObjectDetection`] on a custom dataset can be found [here](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/YOLOS). - All example notebooks illustrating inference + fine-tuning [`YolosForObjectDetection`] on a custom dataset can be found [here](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/YOLOS).
- See also: [Object detection task guide](./tasks/object_detection) - See also: [Object detection task guide](../tasks/object_detection)
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.
......
...@@ -52,11 +52,11 @@ This model was contributed by [novice03](https://huggingface.co/novice03). The o ...@@ -52,11 +52,11 @@ This model was contributed by [novice03](https://huggingface.co/novice03). The o
## 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)
## YosoConfig ## YosoConfig
......
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