Instructions to use microsoft/layoutlm-large-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/layoutlm-large-uncased with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/layoutlm-large-uncased", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Yiheng Xu commited on
Commit ·
1e7d50d
1
Parent(s): 95c8599
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
# LayoutLM
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
## Model description
|
| 4 |
|
|
|
|
| 1 |
# LayoutLM
|
| 2 |
+
Multimodal (text + layout/format + image) pre-training for document AI
|
| 3 |
+
|
| 4 |
+
[Microsoft Document AI](https://www.microsoft.com/en-us/research/project/document-ai/) | [GitHub](https://aka.ms/layoutlm)
|
| 5 |
|
| 6 |
## Model description
|
| 7 |
|