CoolFace
Datasetpublic

AiresPucrs/stopwords-pt

Stopwords 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/stopwords-pt", split = 'train')

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes11downloads
Dataset Card

Stopwords 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

python
from datasets import load_dataset

dataset = load_dataset("AiresPucrs/stopwords-pt", split = 'train')