Token Classification
Transformers
Safetensors
English
layoutlmv3
document-ai
invoice
sroie
BIO-tagging
NER
named-entity-recognition
multimodel
Instructions to use devashish-pisal/layoutlmv3-sroie-token-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use devashish-pisal/layoutlmv3-sroie-token-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="devashish-pisal/layoutlmv3-sroie-token-classification")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("devashish-pisal/layoutlmv3-sroie-token-classification") model = AutoModelForTokenClassification.from_pretrained("devashish-pisal/layoutlmv3-sroie-token-classification") - Notebooks
- Google Colab
- Kaggle
Ctrl+K