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
Commit ·
909703d
1
Parent(s): 14e9a91
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ widget:
|
|
| 24 |
Rammstein's album Mutter was recorded in the south of France in May and June
|
| 25 |
2000, and mixed in Stockholm in October of that year.
|
| 26 |
example_title: Rammstein's album Mutter
|
| 27 |
-
pipeline_tag: text2text-
|
| 28 |
duplicated_from: humarin/chatgpt_paraphraser_on_T5_base
|
| 29 |
---
|
| 30 |
This model was trained on our [ChatGPT paraphrase dataset](https://huggingface.co/datasets/humarin/chatgpt-paraphrases).
|
|
|
|
| 24 |
Rammstein's album Mutter was recorded in the south of France in May and June
|
| 25 |
2000, and mixed in Stockholm in October of that year.
|
| 26 |
example_title: Rammstein's album Mutter
|
| 27 |
+
pipeline_tag: text2text-generation1
|
| 28 |
duplicated_from: humarin/chatgpt_paraphraser_on_T5_base
|
| 29 |
---
|
| 30 |
This model was trained on our [ChatGPT paraphrase dataset](https://huggingface.co/datasets/humarin/chatgpt-paraphrases).
|