Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
sentiment
License:
metadata
license: apache-2.0
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype: int64
splits:
- name: train
num_bytes: 71842095
num_examples: 85089
download_size: 44486982
dataset_size: 71842095
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
Sentiment Analysis dataset
This dataset is a concatenation of the IMDB 50K
, the Twitter US Airline Sentiment
, App Reviews scraped from Google Play, and the EcoPreprocessed
.
Overview
Dataset Details
Citation:
Contents
The dataset consists of a data frame with the following columns:
How to use
from datasets import load_dataset
dataset = load_dataset("AiresPucrs/sentiment-analysis", split='train')
License
This dataset is licensed under the Apache license 2.0.