Token Classification
Transformers
PyTorch
TensorBoard
layoutlmv3
Generated from Trainer
Eval Results (legacy)
Instructions to use jinhybr/OCR-LayoutLMv3-Invoice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jinhybr/OCR-LayoutLMv3-Invoice with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="jinhybr/OCR-LayoutLMv3-Invoice")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("jinhybr/OCR-LayoutLMv3-Invoice") model = AutoModelForTokenClassification.from_pretrained("jinhybr/OCR-LayoutLMv3-Invoice", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3e2cce5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:27e0317d32dfe56fd0bcbaa84b940b5987f6cd84187347341f903da547986a8c
size 3375
|