From e524e0e8f0ebeaff1ccede3d8f284f0592f55b7c Mon Sep 17 00:00:00 2001 From: NielsRogge <48327001+NielsRogge@users.noreply.github.com> Date: Fri, 21 Jan 2022 15:49:16 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> --- docs/source/model_doc/convnext.mdx | 4 ++-- src/transformers/__init__.py | 2 -- src/transformers/models/convnext/configuration_convnext.py | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/source/model_doc/convnext.mdx b/docs/source/model_doc/convnext.mdx index b1b215554bc0c1..0c799b342eea37 100644 --- a/docs/source/model_doc/convnext.mdx +++ b/docs/source/model_doc/convnext.mdx @@ -29,9 +29,9 @@ and outperforming Swin Transformers on COCO detection and ADE20K segmentation, w Tips: -- One can use the ['AutoFeatureExtractor`] API to prepare images for the model. +- One can use the [`AutoFeatureExtractor`] API to prepare images for the model. -This model was contributed by [nielsr](