Instructions to use monuirctc/invoice-extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use monuirctc/invoice-extraction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="monuirctc/invoice-extraction")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("monuirctc/invoice-extraction") model = AutoModelForTokenClassification.from_pretrained("monuirctc/invoice-extraction") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened over 2 years ago
by
SFconvertbot
Inference - KeyError
#1 opened over 3 years ago
by
MelanieKoe