metadata
license: apache-2.0
language: en
tags:
- text-generation
- paraphrasing
- transformer
datasets:
- SQUAD
pipeline_tag: text2text-generation
The Paraphraser is a sequence-to-sequence model fine-tuned for paraphrasing sentences. It is built upon the T5 (Text-to-Text Transfer Transformer) architecture and aims to generate diverse paraphrases for a given input sentence.
The primary purpose of this model is to assist users in generating paraphrases for input sentences. It can be utilized in various natural language processing tasks, including data augmentation, text generation, and content rewriting.
The model is trained on a SQUAD dataset composed of diverse sentences from various sources to ensure a broad understanding of language and context.