From 153d1361c7dcc91c7735cae73e1f594cfcab3e21 Mon Sep 17 00:00:00 2001 From: NielsRogge <48327001+NielsRogge@users.noreply.github.com> Date: Fri, 12 Aug 2022 18:52:49 +0200 Subject: [PATCH] Fix URLs (#18604) Co-authored-by: Niels Rogge --- docs/source/en/model_doc/donut.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/en/model_doc/donut.mdx b/docs/source/en/model_doc/donut.mdx index 9c9973be02..7f692f113c 100644 --- a/docs/source/en/model_doc/donut.mdx +++ b/docs/source/en/model_doc/donut.mdx @@ -33,7 +33,7 @@ This model was contributed by [nielsr](https://huggingface.co/nielsr). The origi Tips: - The quickest way to get started with Donut is by checking the [tutorial - notebooks](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/donut), which show how to use the model + notebooks](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/Donut), which show how to use the model at inference time as well as fine-tuning on custom data. - Donut is always used within the [VisionEncoderDecoder](vision-encoder-decoder) framework. @@ -188,7 +188,7 @@ See the [model hub](https://huggingface.co/models?filter=donut) to look for Donu ## Training -We refer to the [tutorial notebooks](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/donut). +We refer to the [tutorial notebooks](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/Donut). ## DonutSwinConfig