Commit
•
cb1efb2
1
Parent(s):
f5fc79f
fix filenotfound error (#6)
Browse files- fix filenotfound error (b8bd4e2291d54b9cf0f5f18351aae8acf706548e)
Co-authored-by: Sal Blanco <chapsticklover@users.noreply.huggingface.co>
- quakeflow_nc.py +1 -1
quakeflow_nc.py
CHANGED
@@ -50,7 +50,7 @@ _LICENSE = ""
|
|
50 |
# TODO: Add link to the official dataset URLs here
|
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 |
-
_REPO = "https://huggingface.co/datasets/AI4EPS/quakeflow_nc/resolve/main/
|
54 |
_FILES = [
|
55 |
"1987.h5",
|
56 |
"1988.h5",
|
|
|
50 |
# TODO: Add link to the official dataset URLs here
|
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 |
+
_REPO = "https://huggingface.co/datasets/AI4EPS/quakeflow_nc/resolve/main/waveform_h5"
|
54 |
_FILES = [
|
55 |
"1987.h5",
|
56 |
"1988.h5",
|