Update newsph.py
Browse files
newsph.py
CHANGED
|
@@ -17,7 +17,7 @@ Large-scale dataset of Filipino news articles. Sourced for the NewsPH-NLI Projec
|
|
| 17 |
"""
|
| 18 |
_URL = "https://github.com/jcblaisecruz02/Filipino-Text-Benchmarks"
|
| 19 |
_LICENSE = "GPL-3.0"
|
| 20 |
-
_DATA_URL = "https://
|
| 21 |
|
| 22 |
|
| 23 |
class NewsphConfig(datasets.BuilderConfig):
|
|
|
|
| 17 |
"""
|
| 18 |
_URL = "https://github.com/jcblaisecruz02/Filipino-Text-Benchmarks"
|
| 19 |
_LICENSE = "GPL-3.0"
|
| 20 |
+
_DATA_URL = "https://huggingface.co/datasets/jcblaise/newsph/resolve/main"
|
| 21 |
|
| 22 |
|
| 23 |
class NewsphConfig(datasets.BuilderConfig):
|