donut-merit / README.md
de-Rodrigo's picture
Uploading additional files
adda8d8 verified
|
raw
history blame
No virus
1.12 kB

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 🛠️