From 2c5597f6c7862491cd723391453c5c82e03263d9 Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Mon, 27 Dec 2021 19:18:08 -0500 Subject: [PATCH] Style --- docs/source/model_doc/auto.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/model_doc/auto.mdx b/docs/source/model_doc/auto.mdx index b171941d2d..dba245bfde 100644 --- a/docs/source/model_doc/auto.mdx +++ b/docs/source/model_doc/auto.mdx @@ -21,7 +21,7 @@ Instantiating one of [`AutoConfig`], [`AutoModel`], and ```python -model = AutoModel.from_pretrained('bert-base-cased') +model = AutoModel.from_pretrained("bert-base-cased") ``` will create a model that is an instance of [`BertModel`].