Update fake_news_filipino.py
Browse files- fake_news_filipino.py +1 -1
fake_news_filipino.py
CHANGED
|
@@ -39,7 +39,7 @@ _HOMEPAGE = "https://github.com/jcblaisecruz02/Tagalog-fake-news"
|
|
| 39 |
# TODO: Add the licence for the dataset here if you can find it
|
| 40 |
_LICENSE = ""
|
| 41 |
|
| 42 |
-
_URL = "https://huggingface.co/datasets/jcblaise/fake_news_filipino/
|
| 43 |
|
| 44 |
|
| 45 |
class FakeNewsFilipino(datasets.GeneratorBasedBuilder):
|
|
|
|
| 39 |
# TODO: Add the licence for the dataset here if you can find it
|
| 40 |
_LICENSE = ""
|
| 41 |
|
| 42 |
+
_URL = "https://huggingface.co/datasets/jcblaise/fake_news_filipino/resolve/main/fakenews.zip"
|
| 43 |
|
| 44 |
|
| 45 |
class FakeNewsFilipino(datasets.GeneratorBasedBuilder):
|