Fix data file URL
Browse files- id_clickbait.py +1 -1
id_clickbait.py
CHANGED
@@ -47,7 +47,7 @@ _HOMEPAGE = "https://github.com/feryandi/Dataset-Artikel"
|
|
47 |
|
48 |
_LICENSE = "Creative Commons Attribution 4.0 International license"
|
49 |
|
50 |
-
_URL = "https://
|
51 |
|
52 |
|
53 |
class IdClickbaitConfig(datasets.BuilderConfig):
|
|
|
47 |
|
48 |
_LICENSE = "Creative Commons Attribution 4.0 International license"
|
49 |
|
50 |
+
_URL = "https://prod-dcd-datasets-cache-zipfiles.s3.eu-west-1.amazonaws.com/k42j7x2kpn-1.zip"
|
51 |
|
52 |
|
53 |
class IdClickbaitConfig(datasets.BuilderConfig):
|