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