Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
# layoutlmv3-large-finetuned-funsd
|
5 |
+
|
6 |
+
The model [layoutlmv3-large-finetuned-funsd](https://huggingface.co/HYPJUDY/layoutlmv3-large-finetuned-funsd) is fine-tuned on the FUNSD dataset initialized from [microsoft/layoutlmv3-large](https://huggingface.co/microsoft/layoutlmv3-large).
|
7 |
+
This finetuned model achieves an F1 score of 92.15 on the test split of the FUNSD dataset.
|
8 |
+
|
9 |
+
[Paper](https://arxiv.org/pdf/2204.08387.pdf) | [Code](https://aka.ms/layoutlmv3) | [Microsoft Document AI](https://www.microsoft.com/en-us/research/project/document-ai/)
|
10 |
+
|
11 |
+
|
12 |
+
If you find LayoutLMv3 helpful, please cite the following paper:
|
13 |
+
```
|
14 |
+
@article{huang2022layoutlmv3,
|
15 |
+
title={LayoutLMv3: Pre-training for Document AI with Unified Text and Image Masking},
|
16 |
+
author={Yupan Huang and Tengchao Lv and Lei Cui and Yutong Lu and Furu Wei},
|
17 |
+
journal={arXiv preprint arXiv:2204.08387},
|
18 |
+
year={2022}
|
19 |
+
}
|
20 |
+
```
|