albertvillanova HF staff commited on
Commit
6f7f2fa
1 Parent(s): 39134e5

Update loading script

Browse files
Files changed (1) hide show
  1. cc_news.py +1 -1
cc_news.py CHANGED
@@ -47,7 +47,7 @@ _CITATION = """\
47
  }
48
  """
49
  _PROJECT_URL = "https://commoncrawl.org/2016/10/news-dataset-available/"
50
- _DOWNLOAD_URL = "https://storage.googleapis.com/huggingface-nlp/datasets/cc_news/cc_news.tar.gz"
51
 
52
 
53
  class CCNewsConfig(datasets.BuilderConfig):
 
47
  }
48
  """
49
  _PROJECT_URL = "https://commoncrawl.org/2016/10/news-dataset-available/"
50
+ _DOWNLOAD_URL = "data/cc_news.tar.gz"
51
 
52
 
53
  class CCNewsConfig(datasets.BuilderConfig):