--- task_categories: - summarization --- # AutoTrain Dataset for project: paraphrases ## Dataset Description This dataset has been automatically processed by AutoTrain for project paraphrases. ### Languages The BCP-47 code for the dataset's language is unk. ## Dataset Structure ### Data Instances A sample from this dataset looks as follows: ```json [ { "text": " I need to take a day off from school for a community service project.", "target": " I need to take a day off from school for a community service project" }, { "text": " I have a funeral to attend.", "target": " I need to attend a funeral and will be absent from school." } ] ``` ### Dataset Fields The dataset has the following fields (also called "features"): ```json { "text": "Value(dtype='string', id=None)", "target": "Value(dtype='string', id=None)" } ``` ### Dataset Splits This dataset is split into a train and validation split. The split sizes are as follow: | Split name | Num samples | | ------------ | ------------------- | | train | 61 | | valid | 16 |