cw1521 commited on
Commit
9cec6c1
1 Parent(s): 732e98b

Upload build_dataset.py

Browse files
Files changed (1) hide show
  1. build_dataset.py +1 -1
build_dataset.py CHANGED
@@ -51,7 +51,7 @@ _LICENSE = ""
51
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
52
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
53
  _URLS = {
54
- "first_domain": "https://huggingface.co/datasets/cw1521/ember2018-malware/blob/main/"
55
  }
56
 
57
 
 
51
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
52
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
53
  _URLS = {
54
+ "first_domain": "https://huggingface.co/datasets/cw1521/ember2018-malware/blob/main/data.zip"
55
  }
56
 
57