Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
sentiment
License:
File size: 855 Bytes
27160a3 385526f 282c136 5320bb1 27160a3 5320bb1 eb5c662 1180136 32b4cd2 5320bb1 32b4cd2 5320bb1 32b4cd2 |
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: 71842095
num_examples: 85089
download_size: 44486982
dataset_size: 71842095
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
language:
- en
task_categories:
- text-classification
tags:
- sentiment
pretty_name: Sentiment Analysis
size_categories:
- 10K<n<100K
---
# Sentiment Analysis (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", split = 'train')
```
|