donut-cord-v2 / README.md
de-Rodrigo's picture
Training in progress, epoch 1
37bee09 verified
|
raw
history blame
957 Bytes
metadata
{}

DONUT Cord-v2

Descripción de la imagen

Model Architecture

This model is based on the Donut architecture and fine-tuned on the Cord-v2 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 🛠️