Adding task guides to resources (#21704)
* added resources: links to task guides that support these models * minor polishing * conflict resolved * link fix * Update docs/source/en/model_doc/vision-encoder-decoder.mdx Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> --------- Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
This commit is contained in:
@@ -90,6 +90,12 @@ audio classification, video classification, etc.
|
||||
|
||||
- Perceiver does **not** work with `torch.nn.DataParallel` due to a bug in PyTorch, see [issue #36035](https://github.com/pytorch/pytorch/issues/36035)
|
||||
|
||||
## Documentation resources
|
||||
|
||||
- [Text classification task guide](./tasks/sequence_classification)
|
||||
- [Masked language modeling task guide](./tasks/masked_language_modeling)
|
||||
- [Image classification task guide](./tasks/image_classification)
|
||||
|
||||
## Perceiver specific outputs
|
||||
|
||||
[[autodoc]] models.perceiver.modeling_perceiver.PerceiverModelOutput
|
||||
|
||||
Reference in New Issue
Block a user