Instructions to use microsoft/layoutxlm-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/layoutxlm-base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/layoutxlm-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md (#3)
Browse files- Update README.md (3cf554957b527bf959aec3f645aead14456a6a2b)
Co-authored-by: Yupan Huang <HYPJUDY@users.noreply.huggingface.co>