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