Instructions to use obss/roberta-large-answer-extraction-mrqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use obss/roberta-large-answer-extraction-mrqa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="obss/roberta-large-answer-extraction-mrqa")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("obss/roberta-large-answer-extraction-mrqa") model = AutoModelForTokenClassification.from_pretrained("obss/roberta-large-answer-extraction-mrqa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
4350817 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:475a39afaa56931679cd29bdf312ccb374b6630cffea1fd7d5bd20bb084e0d3f
size 2834759533
|