Instructions to use NewBreaker/chatgpt_paraphraser_on_T5_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NewBreaker/chatgpt_paraphraser_on_T5_base with Transformers:
# Load model directly from transformers import AutoTokenizer, T5ForConditionalGeneration1 tokenizer = AutoTokenizer.from_pretrained("NewBreaker/chatgpt_paraphraser_on_T5_base") model = T5ForConditionalGeneration1.from_pretrained("NewBreaker/chatgpt_paraphraser_on_T5_base") - Notebooks
- Google Colab
- Kaggle