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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training/dataset details
#10
by silvia-casola - opened
Hi! I was wondering if any details on
- dataset used for fine-tuning the model
- training (parameters)
were available, e.g. in a paper or a blog post.
Thanks!