Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Portuguese
Size:
< 1K
License:
File size: 771 Bytes
312c59d 77a4d0d 00a1ce2 77a4d0d 312c59d 00a1ce2 77a4d0d 2230a56 77a4d0d 00a1ce2 77a4d0d 00a1ce2 77a4d0d 00a1ce2 77a4d0d | 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 | ---
dataset_info:
features:
- name: stopwords
dtype: string
splits:
- name: train
num_bytes: 2200
num_examples: 257
download_size: 2367
dataset_size: 2200
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: apache-2.0
task_categories:
- text-classification
language:
- pt
pretty_name: Stopwords PT
size_categories:
- n<1K
---
# Stopwords 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/stopwords-pt", split = 'train')
```
|