Instructions to use PrplHrt/LayoutLMv2_hub with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PrplHrt/LayoutLMv2_hub with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("document-question-answering", model="PrplHrt/LayoutLMv2_hub")# Load model directly from transformers import AutoProcessor, AutoModelForDocumentQuestionAnswering processor = AutoProcessor.from_pretrained("PrplHrt/LayoutLMv2_hub") model = AutoModelForDocumentQuestionAnswering.from_pretrained("PrplHrt/LayoutLMv2_hub") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f6db893 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cec033ebbf88a07259ba16a5872ba594a9b3cc1fb95188f80a0e82cc56eb39ec
size 802224196
|