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