NielsRogge / Transformers-Tutorials

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

Add GeoLayoutLM? #377

Open mbuet2ner opened 8 months ago

mbuet2ner commented 8 months ago

Hey @NielsRogge!

There is a nice DocumentAI model called GeoLayoutLM by Alibaba Research. Accoding to their benchmarks, it is superior to LayoutLMv3 (while being roughly the same size) and they released their code here (Apache license). IMHO the license and good performance are really appealing....

Since you already added many DocumentAI/multi-modal models, I thought this one could be interesting as well.

And as always: Thanks for your amazing work! 😄