--- 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') ```