Datasets:
ArXiv:
DOI:
License:
Commit ·
69ce029
1
Parent(s): eca3c1b
fix filenotfound error (#6)
Browse files- fix filenotfound error (626b837d88f3b0832f00181bb249c5eff1cb1c32)
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",
|