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:
- eb7a72ed9eacd41cc8370cd68f167791e4cc20f5987a4ed234d6ef2a5b7569f9
- Size of remote file:
- 1.42 GB
- SHA256:
- 888b9cdf6b26191ca91ce3412600d8d11b9780926420948ff84f6f307118b3d2
路
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.