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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
7a61e90 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3114070c6c715c12913d7569602ec2974bb06f58826667ba9e738909f81225a4
size 4792
|