Instructions to use phiyodr/roberta-large-finetuned-squad2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use phiyodr/roberta-large-finetuned-squad2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="phiyodr/roberta-large-finetuned-squad2")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("phiyodr/roberta-large-finetuned-squad2") model = AutoModelForQuestionAnswering.from_pretrained("phiyodr/roberta-large-finetuned-squad2") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- ac00c21c6798c2c485db57322e3ddb4e8576be4866a04914f3017a790b2ab764
- Size of remote file:
- 1.42 GB
- SHA256:
- 84030551e00357b5d527aabe98b5388c0b3b56a4409334544a8508d50ea2d108
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.