ChatGPT Paraphrases
About 420k of awesome paraphrases generated by ChatGPT
@kaggle.vladimirvorobevv_chatgpt_paraphrases
About 420k of awesome paraphrases generated by ChatGPT
@kaggle.vladimirvorobevv_chatgpt_paraphrases
This is a dataset of paraphrases created by ChatGPT.
Huggingface link: https://huggingface.co/datasets/humarin/chatgpt-paraphrases
Pretrained paraphraser model: https://huggingface.co/humarin/chatgpt_paraphraser_on_T5_base
You can test the model in our notebook: https://www.kaggle.com/vladimirvorobevv/chatgpt-paraphraser-on-t5-base
CREATE TABLE chatgpt_paraphrases (
"text" VARCHAR,
"paraphrases" VARCHAR,
"category" VARCHAR,
"source" VARCHAR
);
Anyone who has the link will be able to view this.