VrDU-Doctor
Collection
3 items
โข
Updated
This model is based on the Donut architecture and fine-tuned on the Merit dataset for form understanding tasks.
from transformers import AutoProcessor, AutoModel
processor = AutoProcessor.from_pretrained("de-Rodrigo/donut-merit")
model = AutoModel.from_pretrained("de-Rodrigo/donut-merit")
WIP ๐ ๏ธ