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