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: 129 Bytes
455c506 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e3b07aacf68c2cacc7e02a6c4a4766a4030838559746e0d0a92ed6281acb2369
size 2287
|