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
File size: 134 Bytes
ded2eb1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:eef6efe0c2f76b54837f90df73c4dc5586e0ada4d8ed7c337a8c9b3021aed803
size 891702929
|