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