julien-c HF staff commited on
Commit
0e15acc
1 Parent(s): 4aa19c3

Migrate model card from transformers-repo

Browse files

Read announcement at https://discuss.huggingface.co/t/announcement-all-model-cards-will-be-migrated-to-hf-co-model-repos/2755
Original file history: https://github.com/huggingface/transformers/commits/master/model_cards/microsoft/layoutlm-base-uncased/README.md

Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LayoutLM
2
+
3
+ ## Model description
4
+
5
+ LayoutLM is a simple but effective pre-training method of text and layout for document image understanding and information extraction tasks, such as form understanding and receipt understanding. LayoutLM archives the SOTA results on multiple datasets. For more details, please refer to our paper:
6
+
7
+ [LayoutLM: Pre-training of Text and Layout for Document Image Understanding](https://arxiv.org/abs/1912.13318)
8
+ Yiheng Xu, Minghao Li, Lei Cui, Shaohan Huang, Furu Wei, Ming Zhou, [KDD 2020](https://www.kdd.org/kdd2020/accepted-papers)
9
+
10
+ ## Training data
11
+
12
+ We pre-train LayoutLM on IIT-CDIP Test Collection 1.0\* dataset with two settings.
13
+
14
+ * LayoutLM-Base, Uncased (11M documents, 2 epochs): 12-layer, 768-hidden, 12-heads, 113M parameters **(This Model)**
15
+ * LayoutLM-Large, Uncased (11M documents, 2 epochs): 24-layer, 1024-hidden, 16-heads, 343M parameters
16
+
17
+ ## Citation
18
+
19
+ If you find LayoutLM useful in your research, please cite the following paper:
20
+
21
+ ``` latex
22
+ @misc{xu2019layoutlm,
23
+ title={LayoutLM: Pre-training of Text and Layout for Document Image Understanding},
24
+ author={Yiheng Xu and Minghao Li and Lei Cui and Shaohan Huang and Furu Wei and Ming Zhou},
25
+ year={2019},
26
+ eprint={1912.13318},
27
+ archivePrefix={arXiv},
28
+ primaryClass={cs.CL}
29
+ }
30
+ ```