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