Instructions to use microsoft/layoutlmv3-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/layoutlmv3-base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/layoutlmv3-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
No model_final.pth for layoutlmv3-base
#2
by SaraAmd - opened
The model needs to be fine-tuned on our own dataset for the object-detection task. but it throws " Checkpoint ./model/layoutlmv3-base/model_final.pth not found!". So the last checkpoint is not in "the files and versions" . How can it be downloaded?
did you manage to solve this?
