CoolFace
Datasetpublic

poorvanshi04/cyberbullying_tweets.csv

Cyberbullying Tweets Dataset Overview This dataset contains labeled tweet data used for training and evaluating text classification models to identify and mitigate digital harassment and online toxic content. Dataset Structure tweet_text: Raw text content extracted from tweets. cyberbullying_type: Corresponding label/category (e.g., gender, religion, ethnicity, age, or non-cyberbullying). How to Load in Python from datasets import… See the full description on the dataset page: https://huggingface.co/datasets/poorvanshi04/cyberbullying_tweets.csv.

sourceHugging Facemitupdated 2mo agoView on Hugging Face
1likes34downloads
Dataset Card

Cyberbullying Tweets Dataset

Overview

This dataset contains labeled tweet data used for training and evaluating text classification models to identify and mitigate digital harassment and online toxic content.

Dataset Structure

  • —tweet_text: Raw text content extracted from tweets.
  • —cyberbullying_type: Corresponding label/category (e.g., gender, religion, ethnicity, age, or non-cyberbullying).

How to Load in Python

python
from datasets import load_dataset

dataset = load_dataset("poorvanshi04/cyberbullying-tweets-dataset")
print(dataset)