jcblaise commited on
Commit
653cec5
1 Parent(s): 0e9bc87

Update newsph.py

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