albertvillanova HF staff commited on
Commit
0ae17df
1 Parent(s): 20891d6

Host data file (#1)

Browse files

- Host data file (39134e56516370d0b9181a82909cd5e5631cc04d)
- Update loading script (6f7f2fa493e544a7f9c2cfb088a71774de9cfbe0)
- Delete legacy metadata JSON file (851bda46740de8784cd518a40d3ec861fe1d4812)

Files changed (3) hide show
  1. cc_news.py +1 -1
  2. data/cc_news.tar.gz +3 -0
  3. dataset_infos.json +0 -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):
data/cc_news.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aaf8e5af33e3a73472b58afba48c6a839ebc2dd190c4e0754fc00f8899a9cec
3
+ size 845131146
dataset_infos.json DELETED
@@ -1 +0,0 @@
1
- {"plain_text": {"description": "CC-News containing news articles from news sites all over the world The data is available on AWS S3 in the Common Crawl bucket at /crawl-data/CC-NEWS/. This version of the dataset has 708241 articles. It represents a small portion of English language subset of the CC-News dataset created using news-please(Hamborg et al.,2017) to collect and extract English language portion of CC-News.\n", "citation": "@InProceedings{Hamborg2017,\n author = {Hamborg, Felix and Meuschke, Norman and Breitinger, Corinna and Gipp, Bela},\n title = {news-please: A Generic News Crawler and Extractor},\n year = {2017},\n booktitle = {Proceedings of the 15th International Symposium of Information Science},\n location = {Berlin},\n doi = {10.5281/zenodo.4120316},\n pages = {218--223},\n month = {March}\n}\n", "homepage": "https://commoncrawl.org/2016/10/news-dataset-available/", "license": "", "features": {"title": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "domain": {"dtype": "string", "id": null, "_type": "Value"}, "date": {"dtype": "string", "id": null, "_type": "Value"}, "description": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}, "image_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "cc_news", "config_name": "plain_text", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2016418133, "num_examples": 708241, "dataset_name": "cc_news"}}, "download_checksums": {"https://storage.googleapis.com/huggingface-nlp/datasets/cc_news/cc_news.tar.gz": {"num_bytes": 845131146, "checksum": "1aaf8e5af33e3a73472b58afba48c6a839ebc2dd190c4e0754fc00f8899a9cec"}}, "download_size": 845131146, "post_processing_size": null, "dataset_size": 2016418133, "size_in_bytes": 2861549279}}