HYPJUDY commited on
Commit
76ed984
1 Parent(s): fa6273b

Update license and citation

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  ---
4
  # layoutlmv3-base-finetuned-publaynet
5
 
@@ -11,10 +11,10 @@ This finetuned model achieves an overall mAP @ IOU [0.50:0.95] of 95.1 on the Pu
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
  ```
 
1
  ---
2
+ license: apache-2.0
3
  ---
4
  # layoutlmv3-base-finetuned-publaynet
5
 
 
11
 
12
  If you find LayoutLMv3 helpful, please cite the following paper:
13
  ```
14
+ @inproceedings{huang2022layoutlmv3,
 
15
  author={Yupan Huang and Tengchao Lv and Lei Cui and Yutong Lu and Furu Wei},
16
+ title={LayoutLMv3: Pre-training for Document AI with Unified Text and Image Masking},
17
+ booktitle={Proceedings of the 30th ACM International Conference on Multimedia},
18
  year={2022}
19
  }
20
  ```