autotrain-data-processor
Processed data from AutoTrain data processor ([2022-06-29 08:54 ]
e0358be
---
task_categories:
- text-classification
---
# AutoTrain Dataset for project: Trial
## Dataset Descritpion
This dataset has been automatically processed by AutoTrain for project Trial.
### 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": "distinctive ",
"target": 1
},
{
"text": "honesty and ",
"target": 1
}
]
```
### Dataset Fields
The dataset has the following fields (also called "features"):
```json
{
"text": "Value(dtype='string', id=None)",
"target": "ClassLabel(num_classes=2, names=['negative', 'positive'], 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 | 53879 |
| valid | 13470 |