Instructions to use tuner007/pegasus_qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tuner007/pegasus_qa with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("tuner007/pegasus_qa") model = AutoModelForSeq2SeqLM.from_pretrained("tuner007/pegasus_qa") - Notebooks
- Google Colab
- Kaggle
Probability score of the answer generated
#2
by inv0ker - opened