Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Portuguese
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: 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
task_categories:
- text-classification
tags:
- sentiment
Sentiment Analysis 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/sentiment-analysis-pt", split = 'train')