Transformers-Tutorials
Transformers-Tutorials copied to clipboard
True Inference with Layoutlmv3
I fine-tuned LayoutLMv3 for token classification to extract key entities. I prepared a dataset using LabelStudio to train and test, and it worked well. However, I want to know how I can get a true inference with a new image
Reference: https://medium.com/@shivarama/layoutlmv3-from-zero-to-hero-part-3-16ae58291e9d
Great! See this notebook: https://github.com/NielsRogge/Transformers-Tutorials/blob/master/LayoutLMv2/FUNSD/True_inference_with_LayoutLMv2ForTokenClassification_%2B_Gradio_demo.ipynb
@NielsRogge the exemple is from test dataset, already labled right?