Update README.md 1e7d50d
Yiheng Xu commited on
How to use microsoft/layoutlm-large-uncased with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("microsoft/layoutlm-large-uncased", dtype="auto")