estyle HYPJUDY commited on
Commit
739ce36
1 Parent(s): e189484

Update license and citation. (#2)

Browse files

- Update license and citation. (a8360530e4913bf669f1174b93bed60e36765aec)


Co-authored-by: Yupan Huang <HYPJUDY@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  language: zh
3
- license: apache-2.0
4
 
5
  ---
6
  # LayoutLMv3
@@ -27,18 +27,17 @@ Yupan Huang, Tengchao Lv, Lei Cui, Yutong Lu, Furu Wei, Preprint 2022.
27
  ## Citation
28
 
29
  If you find LayoutLM useful in your research, please cite the following paper:
30
-
31
  ```
32
- @article{huang2022layoutlmv3,
33
- title={LayoutLMv3: Pre-training for Document AI with Unified Text and Image Masking},
34
  author={Yupan Huang and Tengchao Lv and Lei Cui and Yutong Lu and Furu Wei},
35
- journal={arXiv preprint arXiv:2204.08387},
 
36
  year={2022}
37
  }
38
  ```
39
 
40
  ## License
41
 
42
- The content of this project itself is licensed under the [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
43
  Portions of the source code are based on the [transformers](https://github.com/huggingface/transformers) project.
44
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct)
1
  ---
2
  language: zh
3
+ license: mit
4
 
5
  ---
6
  # LayoutLMv3
27
  ## Citation
28
 
29
  If you find LayoutLM useful in your research, please cite the following paper:
 
30
  ```
31
+ @inproceedings{huang2022layoutlmv3,
 
32
  author={Yupan Huang and Tengchao Lv and Lei Cui and Yutong Lu and Furu Wei},
33
+ title={LayoutLMv3: Pre-training for Document AI with Unified Text and Image Masking},
34
+ booktitle={Proceedings of the 30th ACM International Conference on Multimedia},
35
  year={2022}
36
  }
37
  ```
38
 
39
  ## License
40
 
41
+ MIT License.
42
  Portions of the source code are based on the [transformers](https://github.com/huggingface/transformers) project.
43
+ [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct)