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(