Update README.md

Remove `remote_code` argument from Tokenizer in README
This commit is contained in:
Ankur Goyal 2022-08-31 23:39:02 +00:00 committed by huggingface-web
parent 3a93017fc2
commit 181012ae8b
1 changed files with 0 additions and 1 deletions

View File

@ -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(