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