Document Question Answering
Transformers
PyTorch
English
layoutlmv3
DocVQA
Document Question Answering
Document Visual Question Answering
Instructions to use rubentito/layoutlmv3-base-mpdocvqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rubentito/layoutlmv3-base-mpdocvqa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("document-question-answering", model="rubentito/layoutlmv3-base-mpdocvqa")# Load model directly from transformers import AutoProcessor, AutoModelForDocumentQuestionAnswering processor = AutoProcessor.from_pretrained("rubentito/layoutlmv3-base-mpdocvqa") model = AutoModelForDocumentQuestionAnswering.from_pretrained("rubentito/layoutlmv3-base-mpdocvqa") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 7c1527d
Update README.md 44b7583
Update README.md d340591
Update README.md d925dfa
Update README.md 3954fc9
Update README.md 2725474
Update README.md f606d72
Update README.md d8bc5b9
Update README.md e9d4fec
Initial commit 803eaf8
initial commit 10269d4
Rubèn Tito commited on