Instructions to use Sennodipoi/LayoutLMv1-FUNSD-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sennodipoi/LayoutLMv1-FUNSD-ft with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Sennodipoi/LayoutLMv1-FUNSD-ft")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Sennodipoi/LayoutLMv1-FUNSD-ft") model = AutoModelForTokenClassification.from_pretrained("Sennodipoi/LayoutLMv1-FUNSD-ft") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
095a82e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7dc64d8670da58c2f06b3bd8ea83385fc85c53e889085eea492e3bed8420063c
size 450627437
|