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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a3c9192 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8254b96ef292ef358b33128ff806ec8390c9c8c11244ac0f4881f96b872af3a3
size 802327442
|