estyle commited on
Commit
4a1d169
1 Parent(s): 0b8b30f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LayoutLMv3 base model
2
+
3
+ ## Model description
4
+ LayoutLMv3 is a pre-trained multimodal Transformer for Document AI with unified text and image masking. The simple unified architecture and training objectives make LayoutLMv3 a general-purpose pre-trained model. For example, LayoutLMv3 can be fine-tuned for both text-centric tasks, including form understanding, receipt understanding, and document visual question answering, and image-centric tasks such as document image classification and document layout analysis.
5
+
6
+ For more details, please read the [paper](https://arxiv.org/abs/2204.08387) or view the [code](https://aka.ms/layoutlmv3).
7
+
8
+ ## Citation
9
+ ```
10
+ @article{huang2022layoutlmv3,
11
+ title={LayoutLMv3: Pre-training for Document AI with Unified Text and Image Masking},
12
+ author={Yupan Huang and Tengchao Lv and Lei Cui and Yutong Lu and Furu Wei},
13
+ journal={arXiv preprint arXiv:2204.08387},
14
+ year={2022}
15
+ }
16
+ ```