[MINOR] Fix link in timeseries transformer docs (#21602)

[MINOR] Fix link

I'm not sure this will also fix the currently broken link in the docs (Specifically here: https://huggingface.co/docs/transformers/model_doc/time_series_transformer) whereby clicking on `kashif` attempts to link to the following non-existent URL: https://huggingface.co/docs/transformers/model_doc/%3Chttps://huggingface.co/kashif
This commit is contained in:
Christopher Akiki 2023-02-13 16:11:16 +01:00 committed by GitHub
parent dd7429d645
commit dcb5e01197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ of the context as initial input for the decoder).
which is then fed to the decoder in order to make the next prediction (also called autoregressive generation).
This model was contributed by [kashif](<https://huggingface.co/kashif).
This model was contributed by [kashif](https://huggingface.co/kashif).
## TimeSeriesTransformerConfig
@ -70,4 +70,4 @@ This model was contributed by [kashif](<https://huggingface.co/kashif).
## TimeSeriesTransformerForPrediction
[[autodoc]] TimeSeriesTransformerForPrediction
- forward
- forward