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:
@@ -45,6 +45,14 @@ ConvBERT training tips are similar to those of BERT.
|
||||
This model was contributed by [abhishek](https://huggingface.co/abhishek). The original implementation can be found
|
||||
here: https://github.com/yitu-opensource/ConvBert
|
||||
|
||||
## Documentation resources
|
||||
|
||||
- [Text classification task guide](./tasks/sequence_classification)
|
||||
- [Token classification task guide](./tasks/token_classification)
|
||||
- [Question answering task guide](./tasks/question_answering)
|
||||
- [Masked language modeling task guide](./tasks/masked_language_modeling)
|
||||
- [Multiple choice task guide](./tasks/multiple_choice)
|
||||
|
||||
## ConvBertConfig
|
||||
|
||||
[[autodoc]] ConvBertConfig
|
||||
|
||||
Reference in New Issue
Block a user