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