Skip to content

Latest commit

 

History

History
 
 

LiLT

LiLT notebooks

LiLT (Language-independent Layout Transformer) is a nice model as it allows to plug-and-play any pre-trained RoBERTa model with a layout module, allowing to have a LayoutLM-like model for any language.

To combine LiLT with any pre-trained RoBERTa model from the 🤗 hub, please check out this notebook.

Next, it can be fine-tuned on a custom data as shown in this notebook.

There are 2 other notebooks in which I leverage LayoutLMv3Processor, but note that that's only possible because I fine-tune a checkpoint that uses the same vocabulary as LayoutLMv3. So it's recommended to use this notebook.

IMPORTANT note regarding position embeddings

Please always use an OCR engine that can recognize segments, and use the same bounding boxes for all words that make up a segment. This will greatly improve performance.

See these threads for more info: