Instructions to use hantian/layoutreader with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hantian/layoutreader with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="hantian/layoutreader")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("hantian/layoutreader") model = AutoModelForTokenClassification.from_pretrained("hantian/layoutreader") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
46647b3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cfa0c9b13a4f963da5ed4e2a0ed887002946a1ef188e8aa55f70d3ef200b3034
size 713300429
|