Datasets:
updated nb paths
Browse files- ark_example.py +1 -1
ark_example.py
CHANGED
@@ -44,7 +44,7 @@ _LICENSE = "https://github.com/angelolab/ark-analysis/blob/main/LICENSE"
|
|
44 |
# TODO: Add link to the official dataset URLs here
|
45 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
46 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
47 |
-
_URL_REPO = "https://huggingface.co/datasets/angelolab/ark_example/
|
48 |
|
49 |
|
50 |
_URLS = {
|
|
|
44 |
# TODO: Add link to the official dataset URLs here
|
45 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
46 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
47 |
+
_URL_REPO = "https://huggingface.co/datasets/angelolab/ark_example/"
|
48 |
|
49 |
|
50 |
_URLS = {
|