Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
tweets / README.md
nicholasKluge's picture
Update README.md
c556092 verified
metadata
language:
  - en
license: cc
size_categories:
  - 10K<n<100K
task_categories:
  - text-classification
pretty_name: Tweets
tags:
  - toxicity
dataset_info:
  features:
    - name: label
      dtype: int64
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 1621836
      num_examples: 14640
  download_size: 894257
  dataset_size: 1621836
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Tweets (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/tweets", split = 'train')