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