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