From dcb5e0119792c069a5d419e83a96b48d0660e2f6 Mon Sep 17 00:00:00 2001 From: Christopher Akiki Date: Mon, 13 Feb 2023 16:11:16 +0100 Subject: [PATCH] [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 --- docs/source/en/model_doc/time_series_transformer.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/en/model_doc/time_series_transformer.mdx b/docs/source/en/model_doc/time_series_transformer.mdx index 5dedef02ea..3bd67f985f 100644 --- a/docs/source/en/model_doc/time_series_transformer.mdx +++ b/docs/source/en/model_doc/time_series_transformer.mdx @@ -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](