Datasets:
Upload build_dataset.py
Browse files- 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": "
|
| 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/"
|
| 55 |
}
|
| 56 |
|
| 57 |
|