Datasets:
Tasks:
Text Classification
Sub-tasks:
natural-language-inference
Languages:
Tagalog
Size:
100K<n<1M
ArXiv:
License:
Update newsph_nli.py
Browse files- newsph_nli.py +1 -1
newsph_nli.py
CHANGED
|
@@ -40,7 +40,7 @@ _HOMEPAGE = "https://github.com/jcblaisecruz02/Filipino-Text-Benchmarks"
|
|
| 40 |
# TODO: Add the licence for the dataset here if you can find it
|
| 41 |
_LICENSE = "Filipino-Text-Benchmarks is licensed under the GNU General Public License v3.0"
|
| 42 |
|
| 43 |
-
_URL = "https://
|
| 44 |
|
| 45 |
|
| 46 |
class NewsphNli(datasets.GeneratorBasedBuilder):
|
|
|
|
| 40 |
# TODO: Add the licence for the dataset here if you can find it
|
| 41 |
_LICENSE = "Filipino-Text-Benchmarks is licensed under the GNU General Public License v3.0"
|
| 42 |
|
| 43 |
+
_URL = "https://huggingface.co/datasets/jcblaise/newsph_nli/resolve/main/newsph-nli.zip"
|
| 44 |
|
| 45 |
|
| 46 |
class NewsphNli(datasets.GeneratorBasedBuilder):
|