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