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
1likes27downloads
3 commits on main
37c27b12mo ago

Update README.md

poorvanshi04
559a0cf2mo ago

Upload cyberbullying_tweets.csv

poorvanshi04
a3cf8152mo ago

initial commit

poorvanshi04