Instructions to use Sennodipoi/LayoutLMv2-FUNSD-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sennodipoi/LayoutLMv2-FUNSD-ft with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Sennodipoi/LayoutLMv2-FUNSD-ft")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("Sennodipoi/LayoutLMv2-FUNSD-ft") model = AutoModelForTokenClassification.from_pretrained("Sennodipoi/LayoutLMv2-FUNSD-ft") - Notebooks
- Google Colab
- Kaggle
Ctrl+K