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:
- f499a6494921abb7692c432a9bf2ef76f422d3b067ab6ceb0f2380585e825f27
- Size of remote file:
- 248 MB
- SHA256:
- 6d51cd6fd33fd610ff26500f8e7c0cffb0667b082f11ff7f36836a4694173300
路
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.