ashwinperti/autotrain-data-ashwin_sentiment140dataset
收藏Hugging Face2022-10-01 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/ashwinperti/autotrain-data-ashwin_sentiment140dataset
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- en
task_categories:
- text-classification
---
# AutoTrain Dataset for project: ashwin_sentiment140dataset
## Dataset Description
This dataset has been automatically processed by AutoTrain for project ashwin_sentiment140dataset.
### 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": "@JordainFTW i didnt watch them BUT CALEB PLAYS NAZI ZOMBIES TOOOOOO!!!!!!!!!! OMG OMG OMG! HE IS MY BESTFREIND! what do u needa tell me?",
"target": 1
},
{
"text": "@Jennymac22 too much info! good for you hun. I'm pleased for you. ",
"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=['0', '4'], 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 | 601 |
提供机构:
ashwinperti
原始信息汇总
数据集概述
数据集名称
AutoTrain Dataset for project: ashwin_sentiment140dataset
语言
- BCP-47代码:en
数据集结构
数据实例
- 示例数据包含文本和目标标签。
- 示例内容: json [ { "text": "@JordainFTW i didnt watch them BUT CALEB PLAYS NAZI ZOMBIES TOOOOOO!!!!!!!!!! OMG OMG OMG! HE IS MY BESTFREIND! what do u needa tell me?", "target": 1 }, { "text": "@Jennymac22 too much info! good for you hun. Im pleased for you. ", "target": 1 } ]
数据集字段
- 包含两个字段:
- "text": 字符串类型
- "target": 类别标签,包含两个类别 0 和 4
数据集分割
- 分割为训练集和验证集。
- 分割大小:
分割名称 样本数量 训练集 2399 验证集 601



