cyberbully-flaming / README.md
MuhammadSaadMehboob's picture
Upload README.md with huggingface_hub
0377c42 verified
metadata
tags:
  - cyberbullying
  - text-classification
  - transformers
license: mit

Flaming Detection Model

This model is part of the Cyberbully Detection System and is designed to detect flaming in text/images.

Model Type

transformers

Usage

from huggingface_hub import hf_hub_download

# Download the model
model_path = hf_hub_download(
    repo_id="MuhammadSaadMehboob/cyberbully-flaming",
    filename="model_file.pt"  # or appropriate filename
)

Training

This model was trained on cyberbullying datasets for flaming detection.

License

MIT License