How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("document-question-answering", model="SimaoQuintela/LayoutLMv3-FUNSD")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("SimaoQuintela/LayoutLMv3-FUNSD", dtype="auto")
Quick Links

LayoutLMv3-FUNSD

This notebook trains the LayoutLMv3 layout model (on kagggle to take advantage of the GPU accelerators) on the FUNSD dataset. It also provides an inference phase where you can store your results on google drive

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for SimaoQuintela/LayoutLMv3-FUNSD

Finetuned
(300)
this model

Dataset used to train SimaoQuintela/LayoutLMv3-FUNSD