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