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