clovaai / donut

Official Implementation of OCR-free Document Understanding Transformer (Donut) and Synthetic Document Generator (SynthDoG), ECCV 2022
https://arxiv.org/abs/2111.15664
MIT License
5.52k stars 443 forks source link

Classification inference #294

Open SNavgale opened 3 months ago

SNavgale commented 3 months ago

Hi All, I have fine tuned classification model on custom data set. For most of the examples I do get correct inference response in format but sometime I get < questionnaire/>

What could be the issue in fine tuning? The data not for this category not enough or needs more number of epochs?

Regards, Sanjay