File size: 984 Bytes
adfdd7a
 
b960781
 
 
 
adfdd7a
b960781
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
eb54cbf
 
20db8de
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
license: mit
language:
- cs
tags:
- document question answering
---

# LayoutLMv2 Model Fine-tuned with CIVQA (Tesseract) dataset

This is a fine-tuned version of the [LayoutLMv2 model](https://huggingface.co/microsoft/layoutlmv2-base-uncased), which was trained on Czech Invoice Visual Question Answering (CIVQA) dataset containing invoices in the Czech language as well as on the Data Visualizations via Question Answering ([DVQA] (https://paperswithcode.com/dataset/dvqa)) dataset.

This model enables Document Visual Question Answering on Czech invoices with the use of the existing DVQA dataset.

Regarding the Czech invoices, we focused on 10 different entities, which are crucial for processing the invoices.
- Variable symbol
- Specific symbol
- Constant symbol
- Bank code
- Account number
- Total amount
- Invoice date
- Name of supplier
- DIC
- QR code

You can find more information about this model in this [paper](https://nlp.fi.muni.cz/raslan/raslan23.pdf#page=31).