estyle HYPJUDY commited on
Commit
acf661a
1 Parent(s): debce77

Update license and citation. (#2)

Browse files

- Update license and citation. (b2bc71ec84abe3417e9c0f31120733621b4a638f)


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: en
3
- license: apache-2.0
4
 
5
  ---
6
  # LayoutLMv3
@@ -17,18 +17,17 @@ Yupan Huang, Tengchao Lv, Lei Cui, Yutong Lu, Furu Wei, Preprint 2022.
17
  ## Citation
18
 
19
  If you find LayoutLM useful in your research, please cite the following paper:
20
-
21
  ```
22
- @article{huang2022layoutlmv3,
23
- title={LayoutLMv3: Pre-training for Document AI with Unified Text and Image Masking},
24
  author={Yupan Huang and Tengchao Lv and Lei Cui and Yutong Lu and Furu Wei},
25
- journal={arXiv preprint arXiv:2204.08387},
 
26
  year={2022}
27
  }
28
  ```
29
 
30
  ## License
31
 
32
- 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/)
33
  Portions of the source code are based on the [transformers](https://github.com/huggingface/transformers) project.
34
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct)
 
1
  ---
2
  language: en
3
+ license: mit
4
 
5
  ---
6
  # LayoutLMv3
 
17
  ## Citation
18
 
19
  If you find LayoutLM useful in your research, please cite the following paper:
 
20
  ```
21
+ @inproceedings{huang2022layoutlmv3,
 
22
  author={Yupan Huang and Tengchao Lv and Lei Cui and Yutong Lu and Furu Wei},
23
+ title={LayoutLMv3: Pre-training for Document AI with Unified Text and Image Masking},
24
+ booktitle={Proceedings of the 30th ACM International Conference on Multimedia},
25
  year={2022}
26
  }
27
  ```
28
 
29
  ## License
30
 
31
+ MIT License.
32
  Portions of the source code are based on the [transformers](https://github.com/huggingface/transformers) project.
33
+ [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct)