NielsRogge / Transformers-Tutorials

This repository contains demos I made with the Transformers library by HuggingFace.
MIT License
8.48k stars 1.33k forks source link

DONUT OCR issue #309

Open khadkechetan opened 1 year ago

khadkechetan commented 1 year ago

Hi Team, You are doing excellent work in NLP space. Thank you for you contribution.

I am using Fine-tuned Donut for key-value kind of dataset. It works well however multiple time I see OCR issue of prediction text i.e. 12354 changed 12456. This also hold true for string datatypes.

How can we handle this scenario?

any solution around this highly appreciated.

@NielsRogge