Instructions to use nielsr/layoutreader-readingbank with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nielsr/layoutreader-readingbank with Transformers:
# Load model directly from transformers import LayoutReaderForSeq2SeqDecoding model = LayoutReaderForSeq2SeqDecoding.from_pretrained("nielsr/layoutreader-readingbank", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Quick Links
This repo contains the weights of the LayoutReader model from Microsoft.
Inference is shown in this notebook.
- Downloads last month
- 28
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
# Load model directly from transformers import LayoutReaderForSeq2SeqDecoding model = LayoutReaderForSeq2SeqDecoding.from_pretrained("nielsr/layoutreader-readingbank", dtype="auto")