Update kohatespeech.py
Browse files- kohatespeech.py +1 -1
kohatespeech.py
CHANGED
@@ -44,7 +44,7 @@ The data is comments from the Korean entertainment news aggregation platform.
|
|
44 |
_LICENSE = "(CC BY-SA 4.0)"
|
45 |
|
46 |
|
47 |
-
_URL = "https://
|
48 |
_URLs = {
|
49 |
"train": _URL + "train.tsv",
|
50 |
"valid": _URL + "dev.tsv",
|
|
|
44 |
_LICENSE = "(CC BY-SA 4.0)"
|
45 |
|
46 |
|
47 |
+
_URL = "https://raw.githubusercontent.com/kocohub/korean-hate-speech/master/labeled/"
|
48 |
_URLs = {
|
49 |
"train": _URL + "train.tsv",
|
50 |
"valid": _URL + "dev.tsv",
|