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