pierreguillou/DocLayNet-small
Viewer • Updated • 804 • 499 • 13
How to use Mit1208/UDOP-finetuned-DocLayNet with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="Mit1208/UDOP-finetuned-DocLayNet") # Load model directly
from transformers import AutoProcessor, AutoModelForTokenClassification
processor = AutoProcessor.from_pretrained("Mit1208/UDOP-finetuned-DocLayNet")
model = AutoModelForTokenClassification.from_pretrained("Mit1208/UDOP-finetuned-DocLayNet")This model is a fine-tuned version of on an unknown dataset. It achieves the following results on the evaluation set:
https://github.com/mit1280/Document-AI/blob/main/UDOPEncoderModel_fine_tune_DocLayNet.ipynb
https://github.com/mit1280/Document-AI/blob/main/UDOP_DocLayNet_Inference.ipynb
The following hyperparameters were used during training: