Instructions to use jasonplein/roberta_checkpoint-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jasonplein/roberta_checkpoint-finetuned-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="jasonplein/roberta_checkpoint-finetuned-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("jasonplein/roberta_checkpoint-finetuned-squad") model = AutoModelForQuestionAnswering.from_pretrained("jasonplein/roberta_checkpoint-finetuned-squad", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 388a5fd2eebfb910ee9a27c07f66e773e9fbcf10f8c17d62c70e7f6f35358607
- Size of remote file:
- 3.58 kB
- SHA256:
- 53673c9e0eb3c3388f5125842fe75a8c8b5498fbfd1d274e177e06297492292c
路
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.