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
digits are not getting classified properly.
#17
by Harishosthe - opened
Hey all,
I've finetuned the model on 150 sample invoices and found that the amounts are not getting classified as per their classes, reasons I assume could be
- The amounts are inside a table.
Or please tell me what I'm doing wrong here. any help is highly appreciated
