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