metadata
task_categories:
- translation
AutoTrain Dataset for project: t5-autotrain
Dataset Description
This dataset has been automatically processed by AutoTrain for project t5-autotrain.
Languages
The BCP-47 code for the dataset's language is unk.
Dataset Structure
Data Instances
A sample from this dataset looks as follows:
[
{
"source": "kal ke sabhi alarms delete karo",
"target": "delete all of tomorrows alarms"
},
{
"source": "weekend ke liye forecast",
"target": "forecast over the weekend"
}
]
Dataset Fields
The dataset has the following fields (also called "features"):
{
"source": "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 | 146826 |
valid | 36707 |