Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Portuguese
Libraries:
Datasets
pandas
License:
File size: 864 Bytes
41e2db4
 
53bbe58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5031663
 
98020d7
5031663
 
98020d7
 
 
 
41e2db4
98020d7
838161f
64e6204
838161f
98020d7
5031663
 
 
 
98020d7
5031663
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
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](https://github.com/Nkluge-correa/TeenyTinyCastle), an open-source repository containing educational tools for AI Ethics and Safety research. 

## How to Use

```python
from datasets import load_dataset

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