Question Answering
Transformers
PyTorch
English
bert
DocVQA
Document Question Answering
Document Visual Question Answering
Instructions to use rubentito/bert-large-mpdocvqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rubentito/bert-large-mpdocvqa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="rubentito/bert-large-mpdocvqa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("rubentito/bert-large-mpdocvqa") model = AutoModelForQuestionAnswering.from_pretrained("rubentito/bert-large-mpdocvqa") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 7958256
Update README.md 565950b
Update README.md ab7d3cf
Update README.md d9d457e
Update README.md 262f1ea
Update README.md df22c74
Upload 6 files 9c99c82
Delete vocab.txt 5ea5b78
Delete training_args.bin d8a3a4f
Delete tokenizer_config.json 41d6e36
Delete special_tokens_map.json 210625f
Delete scheduler.pt 08241e5
Delete pytorch_model.bin 4c920e8
Delete optimizer.pt a347d9f
Delete model_args.json f0e0c09
Delete config.json 0c2325e
Delete README.txt 49388a1
Update README.md 1f65358
Update README.md 329aef4
Update README.md a9eba6e
Update README.md 2596f14
Update README.md 45d0fc5
Update README.md 977310c
Upload 10 files cba5e4d
Update README.md b9097fb
Update README.md ca16bea
initial commit 71bfcf1
Rubèn Tito commited on