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
Updating `safetensors` variant of this model
#5
by rvv-karma - opened
Updating SafeTensors.
Fix to #30125 in transformers repository (https://github.com/huggingface/transformers/issues/30125)
Root cause of the issue: The existing SafeTensors in 'main' branch does not contains weights of 'embeddings.word_embeddings.weight' layer.
rvv-karma changed pull request status to closed