enoreyes/imdb_3000_sphere
收藏Hugging Face2023-03-22 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/enoreyes/imdb_3000_sphere
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
task_categories:
- text-classification
language:
- en
pretty_name: imdb_3000
size_categories:
- 1K<n<10K
---
# Dataset Card for IMDB 3000 Sphere
- **Homepage:** [http://ai.stanford.edu/~amaas/data/sentiment/](http://ai.stanford.edu/~amaas/data/sentiment/)
## Dataset Summary
Large Movie Review Dataset.
This is a 3000 item selection from the `imdb` dataset for binary sentiment classification for use in the Sphere course on AutoTrain.
## Dataset Structure
An example of 'train' looks as follows.
```
{
"label": 0,
"text": "Goodbye world2\n"
}
```
提供机构:
enoreyes
原始信息汇总
数据集概述
- 名称: IMDB 3000 Sphere
- 语言: 英语 (en)
- 许可: MIT
- 任务类别: 文本分类 (text-classification)
- 大小类别: 1K<n<10K
数据集描述
这是一个从IMDB数据集中选取的3000项数据集,用于二元情感分类,专为Sphere课程中的AutoTrain使用。
数据集结构
数据集包含以下结构: json { "label": 0, "text": "Goodbye world2 " }
其中,label表示情感分类标签,text包含电影评论文本。



