Fixed URL pointer to the dataset
Browse filesThe previous URL is no longer valid and the file has been moved.
- fakenews_ph.py +1 -1
fakenews_ph.py
CHANGED
|
@@ -54,7 +54,7 @@ Philippines, including Pilipino Star Ngayon, Abante, and Bandera.
|
|
| 54 |
|
| 55 |
_HOMEPAGE = "https://github.com/jcblaisecruz02/Tagalog-fake-news"
|
| 56 |
_LICENSE = Licenses.GPL_3_0.value
|
| 57 |
-
_URL = "https://
|
| 58 |
|
| 59 |
_SUPPORTED_TASKS = [Tasks.HOAX_NEWS_CLASSIFICATION]
|
| 60 |
_SOURCE_VERSION = "1.0.0"
|
|
|
|
| 54 |
|
| 55 |
_HOMEPAGE = "https://github.com/jcblaisecruz02/Tagalog-fake-news"
|
| 56 |
_LICENSE = Licenses.GPL_3_0.value
|
| 57 |
+
_URL = "https://huggingface.co/datasets/jcblaise/fake_news_filipino/resolve/main/fakenews.zip"
|
| 58 |
|
| 59 |
_SUPPORTED_TASKS = [Tasks.HOAX_NEWS_CLASSIFICATION]
|
| 60 |
_SOURCE_VERSION = "1.0.0"
|