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