Views
No views yet
1from huggingface_hub import hf_hub_download 2 3# Download the model 4model_path = hf_hub_download( 5 repo_id="MuhammadSaadMehboob/cyberbully-hatespeech", 6 filename="model_file.pt" # or appropriate filename 7)