cardy commited on
Commit
b67a9d7
·
1 Parent(s): 31665b7

Update kohatespeech.py

Browse files
Files changed (1) hide show
  1. 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://github.com/kocohub/korean-hate-speech/blob/master/labeled/"
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",