Update license and citation. 34ad996
Yupan Huang commited on
How to use microsoft/layoutlmv3-base with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("microsoft/layoutlmv3-base", dtype="auto")