--- tags: - cyberbullying - text-classification - pytorch license: mit --- # Harassment Detection Model This model is part of the Cyberbully Detection System and is designed to detect harassment in text/images. ## Model Type pytorch ## Usage ```python from huggingface_hub import hf_hub_download # Download the model model_path = hf_hub_download( repo_id="MuhammadSaadMehboob/cyberbully-harassment-xlm-roberta", filename="model_file.pt" # or appropriate filename ) ``` ## Training This model was trained on cyberbullying datasets for harassment detection. ## License MIT License