Update README.md 26ed151
Yupan Huang commited on
How to use microsoft/layoutlmv2-large-uncased with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("microsoft/layoutlmv2-large-uncased", dtype="auto")