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