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