Fixed URL pointer to the dataset
#1
by
jcblaise
- opened
filipino_hatespeech_election.py
CHANGED
@@ -37,7 +37,7 @@ _LICENSE = Licenses.UNKNOWN.value
|
|
37 |
|
38 |
_LOCAL = False
|
39 |
|
40 |
-
_URLS = {_DATASETNAME: "https://
|
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 |
|