# DONUT Merit
DragonHuggingFace
## Model Architecture **This model is based on the Donut architecture and fine-tuned on the Merit dataset for form understanding tasks.** - Backbone: [Donut](https://huggingface.co/naver-clova-ix/donut-base) - Training Data: [Merit](https://huggingface.co/datasets/de-Rodrigo/merit) ## Example Usage ```python from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("de-Rodrigo/donut-merit") model = AutoModel.from_pretrained("de-Rodrigo/donut-merit") ``` **WIP** 🛠️