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