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", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
6412267 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9df7c046b212c1892a649cbf98f2a521bbb32741e8cbc06f10ffd4247b53c451
size 713217212
|