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 ·
c81949c
1
Parent(s): 281076b
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
|
| 2 |
pipeline_tag: document-question-answering
|
| 3 |
-
|
| 4 |
|
| 5 |
# LayoutLM
|
| 6 |
**Multimodal (text + layout/format + image) pre-training for document AI**
|
|
|
|
| 1 |
+
---
|
| 2 |
pipeline_tag: document-question-answering
|
| 3 |
+
---
|
| 4 |
|
| 5 |
# LayoutLM
|
| 6 |
**Multimodal (text + layout/format + image) pre-training for document AI**
|