Instructions to use tuner007/pegasus_paraphrase with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tuner007/pegasus_paraphrase with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("tuner007/pegasus_paraphrase") model = AutoModelForSeq2SeqLM.from_pretrained("tuner007/pegasus_paraphrase") - Notebooks
- Google Colab
- Kaggle
Make Paraphrasing Faster
#8
by hiddenchamp - opened
What PC components does the tool use the most? CPU or Ram or GPU? If I replace these with a new generation,will the process be faster?
Besides changing the hardware, what other settings are there to make paraphrasing faster?