HYPJUDY commited on
Commit
da57097
1 Parent(s): 077a24a

Update license and citation

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  ---
4
  # layoutlmv3-large-finetuned-funsd
5
 
@@ -11,16 +11,17 @@ This finetuned model achieves an F1 score of 92.15 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)
1
  ---
2
+ license: apache-2.0
3
  ---
4
  # layoutlmv3-large-finetuned-funsd
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
  ```
21
 
22
  ## License
23
 
24
+ Apache license 2.0.
25
+
26
  Portions of the source code are based on the [transformers](https://github.com/huggingface/transformers) project.
27
  [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct)