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