From 181012ae8b8697de7275311d1dc42bac509c9d21 Mon Sep 17 00:00:00 2001 From: Ankur Goyal Date: Wed, 31 Aug 2022 23:39:02 +0000 Subject: [PATCH] Update README.md Remove `remote_code` argument from Tokenizer in README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4026ade..f1216f7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ from transformers import AutoTokenizer, pipeline tokenizer = AutoTokenizer.from_pretrained( "impira/layoutlm-document-qa", add_prefix_space=True, - trust_remote_code=True, ) nlp = pipeline(