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