[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

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). 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 ## TimeSeriesTransformerConfig