Instructions to use ProtoFaze/layoutlmv2_output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ProtoFaze/layoutlmv2_output with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ProtoFaze/layoutlmv2_output")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("ProtoFaze/layoutlmv2_output") model = AutoModelForTokenClassification.from_pretrained("ProtoFaze/layoutlmv2_output", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8449c74 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7ec9cab58bea78eff5719c45da43340ffcee6f1ecb1456bd8d36fd9957ca192f
size 5649
|