jcblaise commited on
Commit
2c5b3a7
1 Parent(s): 04a8bf5

Update newsph_nli.py

Browse files
Files changed (1) hide show
  1. 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://s3.us-east-2.amazonaws.com/blaisecruz.com/datasets/newsph/newsph-nli.zip"
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):