Transformers
PyTorch
English
t5
DocVQA
Document Question Answering
Document Visual Question Answering
text-generation-inference
Instructions to use rubentito/hivt5-base-mpdocvqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rubentito/hivt5-base-mpdocvqa with Transformers:
# Load model directly from transformers import AutoTokenizer, HiVT5 tokenizer = AutoTokenizer.from_pretrained("rubentito/hivt5-base-mpdocvqa") model = HiVT5.from_pretrained("rubentito/hivt5-base-mpdocvqa") - Notebooks
- Google Colab
- Kaggle
Ctrl+K