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

fix(docs): task guide links in model docs
This commit is contained in:
Seb0
2023-03-17 15:30:17 +01:00
committed by GitHub
parent 314cdf7c25
commit 074490b2c2
124 changed files with 378 additions and 377 deletions

View File

@@ -41,7 +41,7 @@ The original code can be found [here](https://github.com/microsoft/GenerativeIma
A list of official Hugging Face and community (indicated by 🌎) resources to help you get started with GIT.
- Demo notebooks regarding inference + fine-tuning GIT on custom data can be found [here](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/GIT).
- See also: [Causal language modeling task guide](./tasks/language_modeling)
- See also: [Causal language modeling task guide](../tasks/language_modeling)
If you're interested in submitting a resource to be included here, please feel free to open a Pull Request and we will review it.
The resource should ideally demonstrate something new instead of duplicating an existing resource.