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