HYPJUDY commited on
Commit
cf874f3
1 Parent(s): 90be3a1

Update license and citation.

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -11,16 +11,16 @@ This finetuned model achieves an F1 score of 90.59 on the test split of the FUNS
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
  ```
21
 
22
  ## License
23
 
24
- 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/)
25
  Portions of the source code are based on the [transformers](https://github.com/huggingface/transformers) project.
26
  [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct)
 
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
  ```
21
 
22
  ## License
23
 
24
+ MIT License.
25
  Portions of the source code are based on the [transformers](https://github.com/huggingface/transformers) project.
26
  [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct)