|
||
---|---|---|
.gitattributes | ||
README.md | ||
config.json | ||
configuration_layoutlm.py | ||
merges.txt | ||
modeling_layoutlm.py | ||
pipeline_document_question_answering.py | ||
pytorch_model.bin | ||
qa_helpers.py | ||
special_tokens_map.json | ||
tokenizer.json | ||
tokenizer_config.json | ||
vocab.json |
README.md
language | thumbnail | license |
---|---|---|
en | https://uploads-ssl.webflow.com/5e3898dff507782a6580d710/614a23fcd8d4f7434c765ab9_logo.png | mit |
LayoutLM for Visual Question Answering
This is a fine-tuned version of the multi-modal LayoutLM model for the task of question answering on documents. It has been fine-tuned on
Model details
The LayoutLM model was developed at Microsoft (paper) as a general purpose tool for understanding documents. This model is a fine-tuned checkpoint of LayoutLM-Base-Cased, using both the SQuAD2.0 and DocVQA datasets.