Instructions to use springml111/Pegasus_Paraphrase_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use springml111/Pegasus_Paraphrase_model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("springml111/Pegasus_Paraphrase_model") model = AutoModelForSeq2SeqLM.from_pretrained("springml111/Pegasus_Paraphrase_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f74c31d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:abbd40530884ecc89ca23e821f115f232d203efdb9a7256277213092c58aa2d6
size 2927
|