--- language: - en task_categories: - text-classification --- # AutoTrain Dataset for project: roulette-prediction-next-sequence ## Dataset Description This dataset has been automatically processed by AutoTrain for project roulette-prediction-next-sequence. ### 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": "1", "target": 8 }, { "text": "2", "target": 8 } ] ``` ### Dataset Fields The dataset has the following fields (also called "features"): ```json { "text": "Value(dtype='string', id=None)", "target": "ClassLabel(names=['0', '11', '12', '20', '22', '23', '25', '26', '27', '28', '3', '31', '35', '36', '4', '7'], 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 | 15 | | valid | 7 |