Instructions to use impira/layoutlm-invoices with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use impira/layoutlm-invoices with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("document-question-answering", model="impira/layoutlm-invoices")# Load model directly from transformers import AutoTokenizer, AutoModelForDocumentQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("impira/layoutlm-invoices") model = AutoModelForDocumentQuestionAnswering.from_pretrained("impira/layoutlm-invoices") - Notebooks
- Google Colab
- Kaggle
Upload 1a.txt
#10 opened over 1 year ago
by
Gu44
Transformers.js
#9 opened almost 2 years ago
by
ottogutierrez
Fine-tuning the model in case of discontinous tokens
9
#7 opened almost 3 years ago
by
pararthdave
What the difference?
1
#6 opened almost 3 years ago
by
BenjaminHoegh