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

pipe = pipeline("image-text-to-text", model="de-Rodrigo/donut-merit")
# Load model directly
from transformers import AutoTokenizer, AutoModelForImageTextToText

tokenizer = AutoTokenizer.from_pretrained("de-Rodrigo/donut-merit")
model = AutoModelForImageTextToText.from_pretrained("de-Rodrigo/donut-merit")
Quick Links

DONUT Merit

DragonHuggingFace

Model Architecture

This model is based on the Donut architecture and fine-tuned on the Merit dataset for form understanding tasks.

Example Usage

from transformers import AutoTokenizer, AutoModelForImageTextToText

tokenizer = AutoTokenizer.from_pretrained("de-Rodrigo/donut-merit")
model = AutoModelForImageTextToText.from_pretrained("de-Rodrigo/donut-merit")

WIP 🛠️

Downloads last month
17
Safetensors
Model size
0.2B params
Tensor type
I64
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for de-Rodrigo/donut-merit

Finetuned
(36)
this model

Dataset used to train de-Rodrigo/donut-merit

Space using de-Rodrigo/donut-merit 1

Collection including de-Rodrigo/donut-merit