autotrain-data-processor
Processed data from AutoTrain data processor ([2023-03-16 18:26 ]
b22e92b
|
raw
history blame
996 Bytes
---
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:
```json
[
{
"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"):
```json
{
"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 |