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
Commit History
Fix _name_or_path in config.json (#2) 479914a
Update README.md 106a8af
Update README.md b5e7d8a
Update tokenizer to add_prefix_space by default f3db68b
Ankur Goyal commited on
Fix model-type name 7234eee
Ankur Goyal commited on
Improve titles 9d33a03
Ankur Goyal commited on
Fix "before" image dcab013
Ankur Goyal commited on
Improve README 0771b61
Ankur Goyal commited on
Initial commit 1a67f8e
Ankur Goyal commited on