Instructions to use microsoft/layoutlmv3-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/layoutlmv3-large with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/layoutlmv3-large", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,4 +20,10 @@ If you find LayoutLM useful in your research, please cite the following paper:
|
|
| 20 |
journal={arXiv preprint arXiv:2204.08387},
|
| 21 |
year={2022}
|
| 22 |
}
|
| 23 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
journal={arXiv preprint arXiv:2204.08387},
|
| 21 |
year={2022}
|
| 22 |
}
|
| 23 |
+
```
|
| 24 |
+
|
| 25 |
+
## License
|
| 26 |
+
|
| 27 |
+
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/)
|
| 28 |
+
Portions of the source code are based on the [transformers](https://github.com/huggingface/transformers) project.
|
| 29 |
+
[Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct)
|