--- language: - en task_categories: - text-classification --- # AutoTrain Dataset for project: test1 ## Dataset Description This dataset has been automatically processed by AutoTrain for project test1. ### Languages The BCP-47 code for the dataset's language is en. ## Dataset Structure ### Data Instances A sample from this dataset looks as follows: ```json [ { "text": "Konjam porunga Vishwasam trailor varatum appo therium yaaru gethu nu", "target": 0 }, { "text": "Last 2 dialogues bigil ku vecha mathri oru feel....", "target": 4 } ] ``` ### Dataset Fields The dataset has the following fields (also called "features"): ```json { "text": "Value(dtype='string', id=None)", "target": "ClassLabel(names=['Mixed_feelings', 'Negative', 'Positive', 'not-Tamil', 'unknown_state'], 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 | 12593 | | valid | 3151 |