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.
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 load_dataset
dataset = load_dataset("poorvanshi04/cyberbullying-tweets-dataset")
print(dataset)