mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 18:22:34 +06:00
[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:
parent
dd7429d645
commit
dcb5e01197
@ -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
|
||||||
@ -70,4 +70,4 @@ This model was contributed by [kashif](<https://huggingface.co/kashif).
|
|||||||
## TimeSeriesTransformerForPrediction
|
## TimeSeriesTransformerForPrediction
|
||||||
|
|
||||||
[[autodoc]] TimeSeriesTransformerForPrediction
|
[[autodoc]] TimeSeriesTransformerForPrediction
|
||||||
- forward
|
- forward
|
||||||
|
Loading…
Reference in New Issue
Block a user