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