Instructions to use cuongngm/layoutlm-bill with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cuongngm/layoutlm-bill with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="cuongngm/layoutlm-bill")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("cuongngm/layoutlm-bill") model = AutoModelForTokenClassification.from_pretrained("cuongngm/layoutlm-bill") - Notebooks
- Google Colab
- Kaggle
suggestions??model card not working
#1
by Ankitladva11 - opened
There is some issue with model card , can any one suggest , i could i proceed with it as I want to categaries the bill text into giving model labels
thanks for your interest, i will update this soon
cuongngm changed discussion status to closed