Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Portuguese
Size:
10K - 100K
License:
metadata
dataset_info:
features:
- name: review
dtype: string
- name: sentiment
dtype: int64
splits:
- name: train
num_bytes: 7361157
num_examples: 20000
download_size: 4211423
dataset_size: 7361157
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
language:
- pt
pretty_name: Google Play Apps Review PT
size_categories:
- 10K<n<100K
license: apache-2.0
task_categories:
- text-classification
Google Play Apps Review PT (Teeny-Tiny Castle)
This dataset is part of a tutorial tied to the Teeny-Tiny Castle, an open-source repository containing educational tools for AI Ethics and Safety research.
How to Use
from datasets import load_dataset
dataset = load_dataset("AiresPucrs/google-play-apps-review-pt", split = 'train')