Transformers
PyTorch
English
t5
DocVQA
Document Question Answering
Document Visual Question Answering
text-generation-inference
Instructions to use rubentito/vt5-base-spdocvqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rubentito/vt5-base-spdocvqa with Transformers:
# Load model directly from transformers import AutoTokenizer, HF_VT5 tokenizer = AutoTokenizer.from_pretrained("rubentito/vt5-base-spdocvqa") model = HF_VT5.from_pretrained("rubentito/vt5-base-spdocvqa") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened over 1 year ago
by
SFconvertbot