How to use lockon/markuplm_base with Transformers:
# Load model directly from transformers import AutoProcessor, MarkupLMForPretraining processor = AutoProcessor.from_pretrained("lockon/markuplm_base") model = MarkupLMForPretraining.from_pretrained("lockon/markuplm_base")
The community tab is the place to discuss and collaborate with the HF community!