How to use microsoft/layoutlmv3-base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/layoutlmv3-base", dtype="auto")
I want to test this model is there any example code to test this model ?
· Sign up or log in to comment