muhammad66/autotrain-data-roulette-prediction-next-sequence
收藏Hugging Face2023-04-02 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/muhammad66/autotrain-data-roulette-prediction-next-sequence
下载链接
链接失效反馈官方服务:
资源简介:
---
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 |
提供机构:
muhammad66
原始信息汇总
数据集概述
数据集名称
AutoTrain Dataset for project: roulette-prediction-next-sequence
语言
- BCP-47代码:en
数据集结构
数据实例
示例数据如下: json [ { "text": "1", "target": 8 }, { "text": "2", "target": 8 } ]
数据集字段
- text: 字符串类型
- target: 分类标签,包含以下类别:0, 11, 12, 20, 22, 23, 25, 26, 27, 28, 3, 31, 35, 36, 4, 7
数据集分割
- train: 15个样本
- valid: 7个样本



