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