jcblaise commited on
Commit
d437a0b
·
verified ·
1 Parent(s): 70a3d33

Fixed URL pointer to the dataset

Browse files

The previous URL is no longer valid and the file has been moved.

Files changed (1) hide show
  1. filipino_hatespeech_election.py +1 -1
filipino_hatespeech_election.py CHANGED
@@ -37,7 +37,7 @@ _LICENSE = Licenses.UNKNOWN.value
37
 
38
  _LOCAL = False
39
 
40
- _URLS = {_DATASETNAME: "https://s3.us-east-2.amazonaws.com/blaisecruz.com/datasets/hatenonhate/hatespeech_raw.zip"}
41
 
42
  _SUPPORTED_TASKS = [Tasks.ABUSIVE_LANGUAGE_PREDICTION]
43
 
 
37
 
38
  _LOCAL = False
39
 
40
+ _URLS = {_DATASETNAME: "https://huggingface.co/datasets/jcblaise/hatespeech_filipino/resolve/main/hatespeech_raw.zip"}
41
 
42
  _SUPPORTED_TASKS = [Tasks.ABUSIVE_LANGUAGE_PREDICTION]
43