freePidginDataset / README.md
autotrain-data-processor
Processed data from AutoTrain data processor ([2023-01-11 17:42 ]
d2a17fb
---
task_categories:
- translation
---
# AutoTrain Dataset for project: improved-pidgin-model
## Dataset Description
This dataset has been automatically processed by AutoTrain for project improved-pidgin-model.
### 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": "My people, good evening!",
"target": "My people, good evening o!"
},
{
"source": "Uh... my name is Kabiru Sule.",
"target": "Ehm my name be Kabiru Sule."
}
]
```
### 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 | 8591 |
| valid | 648 |