Instructions to use VMware/roberta-base-mrqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use VMware/roberta-base-mrqa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="VMware/roberta-base-mrqa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("VMware/roberta-base-mrqa") model = AutoModelForQuestionAnswering.from_pretrained("VMware/roberta-base-mrqa") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
882ba56 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:eddc74f3bfe45b60652b972963702b0d37ebc76ef99a12740056e224d2530a40
size 496297393
|