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