dieineb's picture
Update README.md
9c71958 verified
metadata
license: apache-2.0
dataset_info:
  features:
    - name: text
      dtype: string
    - name: label
      dtype: int64
  splits:
    - name: train
      num_bytes: 71907240
      num_examples: 85027
  download_size: 43818509
  dataset_size: 71907240
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
language:
  - pt
pretty_name: sentiment-analysis-pt
size_categories:
  - 10K<n<100K

Sentiment Analysis (Portuguese) dataset

This dataset is a concatenation of the IMDB 50K, the Twitter US Airline Sentiment, App Reviews scraped from Google Play, and the EcoPreprocessed.

  • Note: Samples were translated via the Google Translate API.

Overview

Dataset Details

Citation:


Contents

The dataset consists of a data frame with the following columns:

-text:

-label:

How to use

from datasets import load_dataset

dataset = load_dataset("AiresPucrs/sentiment-analysis-pt", split='train')

License

This dataset is licensed under the Apache License 2.0.