Instructions to use thatdramebaazguy/roberta-base-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thatdramebaazguy/roberta-base-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="thatdramebaazguy/roberta-base-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("thatdramebaazguy/roberta-base-squad") model = AutoModelForQuestionAnswering.from_pretrained("thatdramebaazguy/roberta-base-squad") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
648c7e2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:df4728c7dbb6e79e6aae78299a4911e39f898af5eb5f3117c2145e54d9ae42a3
size 496233457
|