Token Classification
Transformers
TensorBoard
Safetensors
layoutlmv3
Generated from Trainer
Eval Results (legacy)
Instructions to use jfrish/layoutlm-captive-corp-70 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jfrish/layoutlm-captive-corp-70 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="jfrish/layoutlm-captive-corp-70")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("jfrish/layoutlm-captive-corp-70") model = AutoModelForTokenClassification.from_pretrained("jfrish/layoutlm-captive-corp-70") - Notebooks
- Google Colab
- Kaggle
Ctrl+K