Instructions to use microsoft/layoutlm-base-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/layoutlm-base-uncased with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/layoutlm-base-uncased", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
535915d
1
Parent(s): bce902c
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
pipeline_tag: document-understanding
|
| 3 |
-
---
|
| 4 |
-
|
| 5 |
# LayoutLM
|
| 6 |
**Multimodal (text + layout/format + image) pre-training for document AI**
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# LayoutLM
|
| 2 |
**Multimodal (text + layout/format + image) pre-training for document AI**
|
| 3 |
|