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