donut-merit / README.md
de-Rodrigo's picture
Training done
e2d9688 verified
|
raw
history blame
1.13 kB
metadata
{}

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 AutoProcessor, AutoModel

processor = AutoProcessor.from_pretrained("de-Rodrigo/donut-merit")
model = AutoModel.from_pretrained("de-Rodrigo/donut-merit")

WIP 🛠️