metadata
language:
- en
task_categories:
- text-classification
AutoTrain Dataset for project: hinglish_text_classification
Dataset Description
This dataset has been automatically processed by AutoTrain for project hinglish_text_classification.
Languages
The BCP-47 code for the dataset's language is en.
Dataset Structure
Data Instances
A sample from this dataset looks as follows:
[
{
"text": "a thriller with an edge -- which is to say that it does n't follow the stale , standard , connect-the-dots storyline which has become commonplace in movies that explore the seamy underbelly of the criminal world .",
"target": 0
},
{
"text": "i've been a you broadband user since last 6 years and never faced such thing.",
"target": 0
}
]
Dataset Fields
The dataset has the following fields (also called "features"):
{
"text": "Value(dtype='string', id=None)",
"target": "ClassLabel(names=['0', '1'], 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 | 2399 |
| valid | 600 |