zhuwq0 commited on
Commit
5247110
1 Parent(s): 7e4ffb0

update dataset_script.py

Browse files
Files changed (1) hide show
  1. dataset_script.py +1 -1
dataset_script.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/zhuwq/QuakeFlow_NC/resolve/main/data"
54
  _URLS = {
55
  "NCEDC": [f"{_REPO}/ncedc_event_dataset_{i:03d}.h5" for i in range(36)]
56
  }
 
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/data"
54
  _URLS = {
55
  "NCEDC": [f"{_REPO}/ncedc_event_dataset_{i:03d}.h5" for i in range(36)]
56
  }